File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
apps/site/components/Common/Partners/PartnerIcon Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11@reference "../../../../styles/index.css" ;
22
33.partnerIcon {
4- @apply h-12
5- w-auto
6- p-2;
4+ @apply h-12!
5+ w-auto!
6+ min-w-12!
7+ !p-2 ;
78
89 svg {
9- @apply h-7
10- w-auto;
10+ @apply ! h-7
11+ ! w-auto;
1112 }
1213}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ type ParnetsIconProps = Partners & ComponentProps<typeof Skeleton>;
1212
1313const PartnersIcon : FC < ParnetsIconProps > = ( { href, logo, loading } ) => {
1414 return (
15- < Skeleton loading = { loading } className = "h-12 w-12 p-1 " >
15+ < Skeleton loading = { loading } className = "h-12 w-12 p-2 " >
1616 < Button kind = "secondary" href = { href } className = { style . partnerIcon } >
1717 { cloneElement ( logo , {
1818 className : 'h-7 w-auto' ,
You can’t perform that action at this time.
0 commit comments