Eslint files

This commit is contained in:
Thomas "ajnart" Camlong
2022-04-30 21:38:13 +02:00
parent b15c74e09d
commit 72458b8b63
5 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ export function ColorSchemeToggle() {
<Box
onClick={() => toggleColorScheme()}
sx={(theme) => ({
cursor: "pointer",
cursor: 'pointer',
color: theme.colorScheme === 'dark' ? theme.colors.yellow[4] : theme.colors.blue[6],
})}
>