Skip to content

Commit 9aebb29

Browse files
committed
fix(Result): icon size * 2
1 parent dd083c6 commit 9aebb29

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/content/Result/Result.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,10 @@ const Container = tasty({
8989
'': 'center',
9090
compact: 'left',
9191
},
92-
'--icon-size': {
93-
'': '6x',
94-
compact: '4x',
95-
},
92+
'--icon-size': '6x',
9693

9794
Icon: {
95+
display: 'grid',
9896
gridArea: 'icon',
9997
},
10098

0 commit comments

Comments
 (0)