From 759c043c12c7f5e1efa9046983cb104728ba60e9 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:32:16 -0500 Subject: [PATCH] Make skin tone story more obvious --- ts/components/conversation/ReactionPicker.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/conversation/ReactionPicker.stories.tsx b/ts/components/conversation/ReactionPicker.stories.tsx index b9a8a7e6b2d..482ad1f654d 100644 --- a/ts/components/conversation/ReactionPicker.stories.tsx +++ b/ts/components/conversation/ReactionPicker.stories.tsx @@ -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 )} />