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 c013993 commit 86cedaeCopy full SHA for 86cedae
src/components/icons/staking/RockXGlyphIcon.tsx
@@ -5,7 +5,7 @@ import { createIconBase } from "../icon-base"
5
export const RockXGlyphIcon = createIconBase({
6
displayName: "RockXGlyphIcon",
7
viewBox: "0 0 32 32",
8
- className: "size-[1em]",
+ className: "size-[1em] bg-black p-2 dark:bg-background-highlight",
9
...commonIconDefaultAttrs,
10
children: (
11
<>
0 commit comments