dark theme fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user