Skip to content

Commit

Permalink
chore(navigation): Put theme "Sync with system" option last (#19625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes authored Jan 8, 2024
1 parent 6b4a936 commit 729c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/settings/user/ThemeSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export function ThemeSwitcher({
return (
<LemonSelect
options={[
{ icon: <IconLaptop />, value: 'system', label: `Sync with system` },
{ icon: <IconDay />, value: 'light', label: 'Light mode' },
{ icon: <IconNight />, value: 'dark', label: 'Dark mode' },
{ icon: <IconLaptop />, value: 'system', label: `Sync with system` },
]}
value={themeMode}
renderButtonContent={(leaf) => {
Expand Down

0 comments on commit 729c5ca

Please sign in to comment.