Skip to content

Commit

Permalink
re-arrange Tritanomaly order for Color Step
Browse files Browse the repository at this point in the history
  • Loading branch information
calebnance committed Jul 11, 2023
1 parent 5b9bdfb commit 9bd992c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/data/color-blindness-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ import ColorBlindness from '../icons/color-blindness';

// setup color blindness options
export default {
normal: {
id: '1',
desc: 'Trichromatic—can distinguish all the primary colours',
icon: <ColorBlindness.SvgOriginal />,
population: '68%',
value: 'Tritanomaly'
},
deuteranomaly: {
id: '2',
desc: 'Deuteranomaly—reduced sensitivity to green trouble distinguishing reds & greens',
Expand Down Expand Up @@ -60,5 +53,12 @@ export default {
icon: <ColorBlindness.SvgAchromatopsia />,
population: '0.05%',
value: 'Achromatopsia'
},
normal: {
id: '1',
desc: 'Trichromatic—can distinguish all the primary colours',
icon: <ColorBlindness.SvgOriginal />,
population: '68%',
value: 'Tritanomaly'
}
};

0 comments on commit 9bd992c

Please sign in to comment.