web: fix menu borders should use border color

This commit is contained in:
Abdullah Atta
2023-09-04 19:49:27 +05:00
committed by Abdullah Atta
parent 51fc4bf3e4
commit 20d0e6d047

View File

@@ -181,7 +181,7 @@ function MenuContainer(props: PropsWithChildren<MenuContainerProps>) {
margin: 0,
borderRadius: "default",
boxShadow: "menu",
border: "1px solid var(--separator)",
border: "1px solid var(--border)",
minWidth: 220,
...sx
}}