Skip to content

Commit 86cedae

Browse files
committed
fix: update RockXGlyphIcon className to include background and padding
1 parent c013993 commit 86cedae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icons/staking/RockXGlyphIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { createIconBase } from "../icon-base"
55
export const RockXGlyphIcon = createIconBase({
66
displayName: "RockXGlyphIcon",
77
viewBox: "0 0 32 32",
8-
className: "size-[1em]",
8+
className: "size-[1em] bg-black p-2 dark:bg-background-highlight",
99
...commonIconDefaultAttrs,
1010
children: (
1111
<>

0 commit comments

Comments
 (0)