Skip to content

Commit

Permalink
Merge pull request #31 from thierryc/patch-1
Browse files Browse the repository at this point in the history
Fix White Rectangle in "e" of "Claude" Update Text.tsx
  • Loading branch information
canisminor1990 authored Jul 25, 2024
2 parents a5e0f13 + d133134 commit 8cd0289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Claude/components/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Icon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref) => {
return (
<svg
fill="currentColor"
fillRule="evenodd"
fillRule="nonzero"
height={size}
ref={ref}
style={{ flex: 'none', lineHeight: 1, width: 'fit-content', ...style }}
Expand Down

0 comments on commit 8cd0289

Please sign in to comment.