Skip to content

Commit c853a38

Browse files
committed
improve visual weight of tuxcare logo
1 parent 21b9428 commit c853a38

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • packages/ui-components/src/Icons/PartnerLogos/TuxCare

packages/ui-components/src/Icons/PartnerLogos/TuxCare/Logo.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ const TuxCare: FC<SVGProps<SVGSVGElement>> = props => (
99
height="1080"
1010
viewBox="0 0 1920 1080"
1111
{...props}
12-
className={classNames('text-[#231f20] dark:text-white', props.className)}
12+
className={classNames(
13+
'h-[80px]! text-[#231f20] dark:text-white',
14+
props.className
15+
)}
1316
>
1417
<g>
1518
<path

0 commit comments

Comments
 (0)