fix: opacity on dark mode

This commit is contained in:
hamster1963
2024-12-20 23:32:52 +08:00
parent 799a16f42a
commit b2998752a6
13 changed files with 27 additions and 27 deletions

View File

@@ -62,7 +62,7 @@ export default function ServerDetailOverview({ server_id }: { server_id: string
return (
<div
className={cn({
"bg-card/80 p-4 rounded-[10px]": customBackgroundImage,
"bg-card/70 p-4 rounded-[10px]": customBackgroundImage,
})}
>
<div