Skip to content

Commit

Permalink
Fix flood opacity in react (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok authored Jan 2, 2025
1 parent 7377dcd commit 974f7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Logos/FeatureHexagonDark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const FeatureHexagonDark = (props: SVGAttributes<SVGElement>) => (
colorInterpolationFilters="sRGB"
>
<feFlood
flood-opacity="0"
floodOpacity="0"
result="BackgroundImageFix"
/>
<feColorMatrix
Expand Down
2 changes: 1 addition & 1 deletion src/components/Logos/FeatureHexagonLight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const FeatureHexagonLight = (props: SVGAttributes<SVGElement>) => (
colorInterpolationFilters="sRGB"
>
<feFlood
flood-opacity="0"
floodOpacity="0"
result="BackgroundImageFix"
/>
<feColorMatrix
Expand Down

0 comments on commit 974f7b1

Please sign in to comment.