Skip to content

Commit c013993

Browse files
committed
fix: update FigmentGlyphIcon background color and rect fill
1 parent 27f63af commit c013993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/icons/staking/FigmentGlyphIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { createIconBase } from "../icon-base"
33
export const FigmentGlyphIcon = createIconBase({
44
displayName: "FigmentGlyphIcon",
55
viewBox: "0 0 32 32",
6-
className: "size-[1em]",
6+
className: "size-[1em] bg-black",
77
fill: "none",
88
children: (
99
<>
10-
<rect width="32" height="32" fill="white" fillOpacity="0.2" />
10+
<rect width="32" height="32" fill="currentColor" fillOpacity="0.2" />
1111
<path
1212
fillRule="evenodd"
1313
clipRule="evenodd"

0 commit comments

Comments
 (0)