summaryrefslogtreecommitdiff
path: root/src/components/Mobile.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-04-26 17:33:06 -0700
committerMichael Hunteman <michael@huntm.net>2024-04-26 17:33:06 -0700
commit1324f5f2a5dcba40d44e392d75ff5966264e8d58 (patch)
treead8ab6151de9381a3ebf5470df74901e2883d469 /src/components/Mobile.tsx
parent60a6a39e5da9841db4a892d1e3a0b00356f08009 (diff)
Update theme
Diffstat (limited to 'src/components/Mobile.tsx')
-rw-r--r--src/components/Mobile.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Mobile.tsx b/src/components/Mobile.tsx
index 7d790e1..2e7b15c 100644
--- a/src/components/Mobile.tsx
+++ b/src/components/Mobile.tsx
@@ -25,7 +25,7 @@ function Mobile() {
return (
<>
<IconButton color="inherit" onClick={toggleColorMode}>
- {theme.palette.mode === 'dark' ? <DarkModeIcon /> : <LightModeIcon />}
+ {theme.palette.mode === 'dark' ? <LightModeIcon /> : <DarkModeIcon />}
</IconButton>
<IconButton
color="inherit"