Skip to content

Commit e54e645

Browse files
committed
fix: fix design
1 parent 8658060 commit e54e645

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/src/modules/themes/components/themes-overview.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ export const ThemesOverview = () => {
5858
return (
5959
<div className="flex flex-col items-center gap-4">
6060
<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">
6262
<motion.div
6363
layout
6464
initial={false}
6565
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"
6767
/>
6868
<pre>
6969
<code>
@@ -89,7 +89,7 @@ export const ThemesOverview = () => {
8989
shape="square"
9090
size="sm"
9191
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"
9393
>
9494
{copied ? (
9595
<CheckIcon className="animate-in fade-in" />

0 commit comments

Comments
 (0)