feat: change style a little more
This commit is contained in:
@@ -32,6 +32,7 @@ const ThemeProvider = ({ children }: ThemeContextProps) => {
|
||||
document.body.style.backgroundImage = theme.backgroundImage;
|
||||
}
|
||||
document.body.style.color = theme.textColor;
|
||||
document.body.style.borderColor = theme.textColor;
|
||||
}, [theme]);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user