We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719898c commit 851ce49Copy full SHA for 851ce49
src/components/actions/Button/Button.tsx
@@ -87,7 +87,7 @@ export const DEFAULT_BUTTON_STYLES: Styles = {
87
'display .2s steps(1, start), margin .2s linear, opacity .2s linear',
88
},
89
90
- '& [data-element="ButtonIcon"]:not([data-qa="Icon"])': {
+ '& [data-element="ButtonIcon"]:not(:has(.tabler-icon))': {
91
fontSize: '@icon-size',
92
93
};
0 commit comments