Make <ReactionPicker> skin tone story more obvious

This commit is contained in:
Evan Hahn 2021-09-09 11:32:16 -05:00 committed by GitHub
parent f28456c160
commit 759c043c12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ storiesOf('Components/Conversation/ReactionPicker', module)
skinTone={select(
'skinTone',
{ 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5 },
0
5
)}
/>
</div>