Skip to content

Commit 47102ec

Browse files
committed
fix(Button): link min size
1 parent dc301a8 commit 47102ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/actions/Button/Button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export const DEFAULT_BUTTON_STYLES = {
131131
'': 'min $size',
132132
'left-icon & right-icon': 'min ($size * 2 - 2bw)',
133133
'single-icon': 'fixed $size',
134+
'type=link': 'min 1ch',
134135
},
135136
height: {
136137
'': 'fixed $size',

0 commit comments

Comments
 (0)