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

Commit

Permalink
fix: primary filled button variation height / Fix merging error
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Aug 15, 2022
1 parent 41b9029 commit af88d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/components/atoms/OcButton/OcButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export default {
@include oc-button-line-height(1);
align-items: center;
border: 1px solid;
border: 1px solid transparent;
border-color: transparent;
box-sizing: border-box;
color: var(--oc-color-text-inverse);
Expand Down Expand Up @@ -362,8 +362,8 @@ export default {
&-filled {
@extend .oc-background-primary-gradient;
color: var(--oc-color-swatch-inverse-default) !important;
padding: calc(0.4rem + 1px) 0.7rem;
border: 0px;
/*padding: calc(0.4rem + 1px) 0.7rem;
border: 0px;*/
span > svg {
fill: var(--oc-color-swatch-inverse-default) !important;
Expand Down
4 changes: 0 additions & 4 deletions src/styles/theme/background.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
linear-gradient(90deg,
var(--oc-color-swatch-primary-muted) 0%,
var(--oc-color-swatch-primary-gradient) 100%);
border-color:
linear-gradient(90deg,
var(--oc-color-swatch-primary-muted) 0%,
var(--oc-color-swatch-primary-gradient) 100%) !important;
}
/* stylelint-enable */

Expand Down

0 comments on commit af88d94

Please sign in to comment.