Skip to content

Commit d781220

Browse files
committed
fix(Button): icon size definition
1 parent 21d9403 commit d781220

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/actions/Button/Button.tsx

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

90-
ButtonIcon: {
91-
display: 'grid',
90+
'& [data-element="ButtonIcon"]:not([data-qa="Icon"])': {
9291
fontSize: '@icon-size',
9392
},
9493
};

0 commit comments

Comments
 (0)