We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f63af commit c013993Copy full SHA for c013993
src/components/icons/staking/FigmentGlyphIcon.tsx
@@ -3,11 +3,11 @@ import { createIconBase } from "../icon-base"
3
export const FigmentGlyphIcon = createIconBase({
4
displayName: "FigmentGlyphIcon",
5
viewBox: "0 0 32 32",
6
- className: "size-[1em]",
+ className: "size-[1em] bg-black",
7
fill: "none",
8
children: (
9
<>
10
- <rect width="32" height="32" fill="white" fillOpacity="0.2" />
+ <rect width="32" height="32" fill="currentColor" fillOpacity="0.2" />
11
<path
12
fillRule="evenodd"
13
clipRule="evenodd"
0 commit comments