Skip to content

Commit 4a3467d

Browse files
committed
fix(Card): set border radius to large * 2
1 parent 75be518 commit 4a3467d

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
@@ -14,7 +14,7 @@ const CardElement = tasty({
1414
styles: {
1515
display: 'block',
1616
flow: 'column',
17-
radius: '@large-radius',
17+
radius: '(@large-radius + 1bw)',
1818
fill: '#white',
1919
border: true,
2020
padding: '1.5x',

0 commit comments

Comments
 (0)