Skip to content

Commit 3a985f3

Browse files
committed
fix(Button): link border
1 parent 5cc5933 commit 3a985f3

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
@@ -269,7 +269,7 @@ const ButtonElement = tasty({
269269
'#white.3',
270270
'![data-type="primary"] & focused': '#white',
271271
'[disabled]': '#white.3',
272-
'[data-type="link"]': false,
272+
'[data-type="link"]': 0,
273273
},
274274
fill: {
275275
'': '#clear',

0 commit comments

Comments
 (0)