Skip to content

Commit c5d613e

Browse files
author
joachimzeelmaekers
committed
refactor: use proper token
1 parent 92e0b19 commit c5d613e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ClickableCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type Props = {
1919

2020
const clickableCardStyles = css({
2121
borderRadius: tokens.borderRadius.medium,
22-
borderWidth: '2px',
22+
borderWidth: tokens.borderWidth.medium,
2323
color: theme.text.main,
2424
display: 'flex',
2525
flexDirection: 'column',

0 commit comments

Comments
 (0)