dark mode
forgot to switch branches. Started working on dark mode by creating a theme for the app
This commit is contained in:
@@ -72,9 +72,9 @@ export default function Sidebar () {
|
||||
justifyContent="start"
|
||||
alignItems="start"
|
||||
gap={4} paddingTop={4}
|
||||
paddingLeft={10} paddingRight={8}
|
||||
paddingLeft={14} paddingRight={3}
|
||||
>
|
||||
<CloseButton color="#19332D" _hover={{bg: "#EDF1F1"}} size="sm" variant="ghost" left="-6" onClick={() => setIsOpen(!isOpen)}></CloseButton>
|
||||
<CloseButton color="#19332D" _hover={{bg: "#EDF1F1"}} size="sm" variant="ghost" left="-10" onClick={() => setIsOpen(!isOpen)}></CloseButton>
|
||||
<Button color="#19332D" _hover={activeButton === "Dashboard" ? {bg: "#A4B6B6"}:{bg:"#EDF1F1"}} fontSize="xl" variant="ghost" onClick={() => setActiveButton("Dashboard")} bg={activeButton === "Dashboard" ? "#A4B6B6" : "transparent"}>
|
||||
<PushPin fill="white" /> Dashboard
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user