Skip to content

Commit

Permalink
fix(button): adjust button slot align (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciomutte authored Apr 23, 2024
1 parent 335061e commit 1986d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.atom-button {
text-transform: inherit;

&[color='white'] {
--ion-color-base: var(--color-neutral-white);
--ion-color-contrast: var(--color-neutral-black);
Expand Down Expand Up @@ -77,6 +78,7 @@
}

.slot {
align-items: center;
display: flex;
gap: var(--spacing-xsmall);
}
Expand Down

0 comments on commit 1986d05

Please sign in to comment.