mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
web: fix menu borders should use border color
This commit is contained in:
committed by
Abdullah Atta
parent
51fc4bf3e4
commit
20d0e6d047
@@ -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
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user