Skip to content

Commit

Permalink
馃拕 style: Fix Logo combine in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed May 24, 2024
1 parent 333fba5 commit a4269b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logo/LogoText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const LogoText = memo<SvgProps & DivProps & { size?: number }>(
fill="currentColor"
fillRule="evenodd"
height={size}
style={{ flex: 'none', lineHeight: 1, width: 'fit-content', ...style }}
style={{ flex: 'none', lineHeight: 1, ...style }}
viewBox="0 0 940 320"
xmlns="http://www.w3.org/2000/svg"
{...rest}
Expand Down

0 comments on commit a4269b2

Please sign in to comment.