mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
ui: fix menu colors
This commit is contained in:
@@ -4,7 +4,7 @@ import { Flex, Box, Text } from "rebass";
|
||||
function Menu(props) {
|
||||
return (
|
||||
<Flex
|
||||
bg="navbg"
|
||||
bg="background"
|
||||
py={1}
|
||||
sx={{
|
||||
position: "relative",
|
||||
@@ -13,7 +13,7 @@ function Menu(props) {
|
||||
width: 120
|
||||
}}
|
||||
>
|
||||
<Box width="100%" bg="navbg">
|
||||
<Box width="100%">
|
||||
{props.menuItems.map(item => (
|
||||
<Flex
|
||||
key={item.title}
|
||||
|
||||
Reference in New Issue
Block a user