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

@@ -242,7 +242,7 @@ export const NetworkChartClient = React.memo(function NetworkChart({
return (
<Card
className={cn({
"bg-card/80": customBackgroundImage,
"bg-card/70": customBackgroundImage,
})}
>
<CardHeader className="flex flex-col items-stretch space-y-0 p-0 sm:flex-row">