Skip to content

Commit

Permalink
hide dark mode for now, see #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ModischFabrications committed May 30, 2022
1 parent ac1e3b3 commit 6bc9176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NavBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<IconButton class="material-icons" href="https://github.com/ModischFabrications/Anti-FFRB" target="_blank">info</IconButton>
<Tooltip>View on GitHub</Tooltip>
</Wrapper>
<Wrapper>
<!-- <Wrapper>
<IconButton toggle bind:pressed={$darkMode}>
<Icon class="material-icons" on>light_mode</Icon>
<Icon class="material-icons">dark_mode</Icon>
</IconButton>
<Tooltip>Toggle Darkmode</Tooltip>
</Wrapper>
</Wrapper> -->
</Section>
</Row>
</TopAppBar>
Expand Down

0 comments on commit 6bc9176

Please sign in to comment.