Skip to content

Commit

Permalink
Dark mode on top of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoAbove committed Jan 26, 2025
1 parent 5a7501e commit 2aa326d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Settings/GeneralSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ const GeneralSettings = () => {
<ConfigTitle title="General" subtitle="These settings modify how Noitool behaves or displays things." />
<ListGroup variant="flush" className="mb-5 shadow">
<ListGroup.Item>
<Locale />
<DarkMode />
</ListGroup.Item>
<ListGroup.Item>
<DarkMode />
<Locale />
</ListGroup.Item>
<ListGroup.Item>
<AlchemyConfig />
Expand Down

0 comments on commit 2aa326d

Please sign in to comment.