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
+1 -1
View File
@@ -33,7 +33,7 @@ export function LanguageSwitcher() {
variant="outline"
size="sm"
className={cn("rounded-full px-[9px] bg-white dark:bg-black", {
"bg-white/80 dark:bg-black/80": customBackgroundImage,
"bg-white/70 dark:bg-black/70": customBackgroundImage,
})}
>
{localeItems.find((item) => item.code === locale)?.name}