dark theme fixes

This commit is contained in:
2025-11-18 00:21:33 +03:00
parent 97268a78c7
commit 7769da2c29
20 changed files with 75 additions and 60 deletions

View File

@@ -69,7 +69,10 @@ export default function HeaderMenuDrawer() {
: lightColors.secondaryBgColor,
[isRTL ? "borderTopRightRadius" : "borderTopLeftRadius"]: 10,
[isRTL ? "borderBottomRightRadius" : "borderBottomLeftRadius"]: 10,
border: "1px solid #E9E9E9",
border:
themeName === "dark"
? "1px solid var(--border)"
: "1px solid var(--border)",
}}
>
<Button