From 5b9917b6187ebf8c454d8f3a11a24b0ab398f57f Mon Sep 17 00:00:00 2001 From: cassioglay Date: Fri, 6 Dec 2024 18:23:44 -0300 Subject: [PATCH] fix: Invalid prop color of value dark --- src/context/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/index.jsx b/src/context/index.jsx index 653a362d..76388803 100644 --- a/src/context/index.jsx +++ b/src/context/index.jsx @@ -33,7 +33,7 @@ export function reducer(state, action) { export function MaterialTailwindControllerProvider({ children }) { const initialState = { openSidenav: false, - sidenavColor: "dark", + sidenavColor: "gray", sidenavType: "white", transparentNavbar: true, fixedNavbar: false,