diff --git a/src/main.jsx b/src/main.jsx index 9e7831f..6506dff 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -11,7 +11,16 @@ const colors = { }, }; -const theme = extendTheme({ colors }); +const theme = extendTheme({ + colors, + styles: { + global: { + body: { + bg: "#2e026d", + }, + }, + }, +}); ReactDOM.createRoot(document.getElementById("root")).render(