Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Fix padding for primary
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Aug 9, 2022
1 parent 602b72d commit 330d165
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/atoms/OcButton/OcButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,7 @@ export default {
&-filled {
@extend .oc-background-primary-gradient;
color: var(--oc-color-swatch-inverse-default) !important;
border: 1px solid
linear-gradient(
90deg,
var(--oc-color-swatch-primary-muted) 0%,
var(--oc-color-swatch-primary-gradient) 100%
) !important;
padding: calc(0.4rem + 1px) 0.7rem;
span > svg {
fill: var(--oc-color-swatch-inverse-default) !important;
Expand Down

0 comments on commit 330d165

Please sign in to comment.