Skip to content

Commit 851ce49

Browse files
committed
fix(Button): icon size definition * 3
1 parent 719898c commit 851ce49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/actions/Button/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const DEFAULT_BUTTON_STYLES: Styles = {
8787
'display .2s steps(1, start), margin .2s linear, opacity .2s linear',
8888
},
8989

90-
'& [data-element="ButtonIcon"]:not([data-qa="Icon"])': {
90+
'& [data-element="ButtonIcon"]:not(:has(.tabler-icon))': {
9191
fontSize: '@icon-size',
9292
},
9393
};

0 commit comments

Comments
 (0)