Skip to content

Commit c52a148

Browse files
committed
fix: update FigmentGlyphIcon rect fill opacity
1 parent 08b2f67 commit c52a148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icons/staking/FigmentGlyphIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const FigmentGlyphIcon = createIconBase({
77
fill: "none",
88
children: (
99
<>
10-
<rect width="32" height="32" fill="black" />
10+
<rect width="32" height="32" fill="black" opacity={0.5} />
1111
<path
1212
fillRule="evenodd"
1313
clipRule="evenodd"

0 commit comments

Comments
 (0)