Commit e54e645 1 parent 8658060 commit e54e645 Copy full SHA for e54e645
File tree 1 file changed +3
-3
lines changed
www/src/modules/themes/components
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ export const ThemesOverview = () => {
58
58
return (
59
59
< div className = "flex flex-col items-center gap-4" >
60
60
< div className = "relative flex flex-col items-center gap-6" >
61
- < div className = "text-fg-muted relative hidden items-center gap-2 overflow-hidden py-2 pl-4 pr-2 font-mono text-xs lg:flex" >
61
+ < div className = "text-fg-muted relative hidden items-center gap-2 py-2 pl-4 pr-2 font-mono text-xs lg:flex" >
62
62
< motion . div
63
63
layout
64
64
initial = { false }
65
65
transition = { { duration : 0.5 } }
66
- className = "bg-bg-muted/50 absolute inset-0 z-[-1] rounded-md border"
66
+ className = "bg-[#19191d] absolute inset-0 z-[-1] rounded-md border"
67
67
/>
68
68
< pre >
69
69
< code >
@@ -89,7 +89,7 @@ export const ThemesOverview = () => {
89
89
shape = "square"
90
90
size = "sm"
91
91
onPress = { handleCopy }
92
- className = "text-fg-muted bg-bg-muted/50 z-20 [&_svg]:size-3.5"
92
+ className = "text-fg-muted bg-[#19191d] z-20 [&_svg]:size-3.5"
93
93
>
94
94
{ copied ? (
95
95
< CheckIcon className = "animate-in fade-in" />
You can’t perform that action at this time.
0 commit comments