Skip to content

Commit

Permalink
reorder filters, show 'Normal' at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Dec 6, 2024
1 parent ad00ab6 commit 25eaea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/components/DarkerMode/themeSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { z } from 'zod';
import { useEffect } from 'react';

const colorBlindnessOptionsSchema = z.enum([
'Protanopia', 'Deuteranopia', 'Tritanopia', 'Achromatopsia',
'Tritanomaly', 'Deuteranomaly', 'Protanomaly', 'Normal',
'Normal', 'Protanopia', 'Deuteranopia', 'Tritanopia',
'Achromatopsia', 'Tritanomaly', 'Deuteranomaly', 'Protanomaly',
]);

export const ColorThemeSwitcher = () => {
Expand Down

0 comments on commit 25eaea6

Please sign in to comment.