mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
Reorder color blindness types by most common
This commit is contained in:
parent
fefe4b7381
commit
af9b077577
@ -8,14 +8,14 @@ const iframeId = 'storybook-preview-iframe';
|
||||
|
||||
const baseList = [
|
||||
'blurred vision',
|
||||
'protanopia',
|
||||
'protanomaly',
|
||||
'deuteranopia',
|
||||
'deuteranomaly',
|
||||
'tritanopia',
|
||||
'protanomaly',
|
||||
'protanopia',
|
||||
'deuteranopia',
|
||||
'tritanomaly',
|
||||
'achromatopsia',
|
||||
'tritanopia',
|
||||
'achromatomaly',
|
||||
'achromatopsia',
|
||||
'mono',
|
||||
] as const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user