Skip to content

Commit ca40ac3

Browse files
committed
fix(Card): lighter border
1 parent feff2c9 commit ca40ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/content/Card/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const CardElement = tasty({
1616
flow: 'column',
1717
radius: '(1cr + 1bw)',
1818
fill: '#white',
19-
border: true,
19+
border: '#light-border',
2020
padding: '1.5x',
2121
preset: 't3',
2222
},

0 commit comments

Comments
 (0)