Skip to content

Commit

Permalink
[@mantine/core] Button: Fix incorrect disabled styles of outline vari…
Browse files Browse the repository at this point in the history
…ant (#4815)
  • Loading branch information
wancup authored Sep 24, 2023
1 parent 7241149 commit 47efb31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mantine-core/src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
--_button-bg: var(--_disabled-bg);
--_button-color: var(--_disabled-color);
transform: none;
border-color: transparent;
}

&[data-loading] {
Expand Down

0 comments on commit 47efb31

Please sign in to comment.