feat: add editor themeing support

This commit is contained in:
thecodrr
2020-01-08 14:58:24 +05:00
parent f904384477
commit 63823212ac
6 changed files with 85 additions and 14 deletions

View File

@@ -33,8 +33,7 @@ function Menu(props) {
sx={{
color: item.color || "fontPrimary",
":hover": {
backgroundColor: "primary",
color: "fontSecondary"
backgroundColor: "shade"
}
}}
>