mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
feat: add editor themeing support
This commit is contained in:
@@ -33,8 +33,7 @@ function Menu(props) {
|
||||
sx={{
|
||||
color: item.color || "fontPrimary",
|
||||
":hover": {
|
||||
backgroundColor: "primary",
|
||||
color: "fontSecondary"
|
||||
backgroundColor: "shade"
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user