Skip to content

Commit 75be518

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

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: '1r',
17+
radius: '@large-radius',
1818
fill: '#white',
1919
border: true,
2020
padding: '1.5x',

0 commit comments

Comments
 (0)