Skip to content

Commit 2fac65c

Browse files
authored
fix: remove unnecessary importants from svg size in PartnerButton styles
Signed-off-by: GitHub <noreply@github.com>
1 parent 19d1d36 commit 2fac65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/components/Common/Partners/PartnerButton/index.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
min-w-9;
2525

2626
svg {
27-
@apply !h-4
28-
!w-auto;
27+
@apply h-4
28+
w-auto;
2929
}
3030
}

0 commit comments

Comments
 (0)