Switch back to light theme

This commit is contained in:
Mustafa Gezen 2023-08-25 18:47:45 +02:00
parent 9feda61fb9
commit 0201414f5e

View File

@ -35,7 +35,7 @@ const LinkBehavior = React.forwardRef<
export const peridotThemeOptions: ThemeOptions = {
palette: {
mode: 'dark',
mode: 'light',
},
components: {
MuiLink: {