Skip to content

Commit

Permalink
fix: adjust white color in fill clear (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielduete authored Dec 5, 2023
1 parent ca8ae09 commit 83727a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core/src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@

.atom-button {
text-transform: inherit;

&[color='white'] {
--ion-color-base: var(--color-neutral-white);
--ion-color-contrast: var(--color-neutral-black);
}

&[color='white'][fill='clear'] {
--ion-color-base: var(--color-neutral-black);
--ion-color-contrast: var(--color-neutral-black);
}

&[size='default'] {
--button-size: var(--spacing-xxxxlarge);
font: var(--button-medium);
Expand Down

0 comments on commit 83727a0

Please sign in to comment.