Skip to content

Commit a21a809

Browse files
Apply suggestions from code review
Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Aviv Keller <[email protected]>
1 parent 06458b8 commit a21a809

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

packages/ui-components/Common/CircularIcon/index.module.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,16 @@
99
text-white;
1010

1111
&.lg {
12-
@apply h-12
13-
w-12
12+
@apply size-12
1413
text-2xl;
1514
}
1615

1716
&.md {
18-
@apply h-10
19-
w-10
17+
@apply size-10
2018
text-xl;
2119
}
2220

2321
&.sm {
24-
@apply h-8
25-
w-8;
22+
@apply size-8
2623
}
2724
}

0 commit comments

Comments
 (0)