Fixes global chat color setting

This commit is contained in:
Josh Perez
2021-06-02 17:05:09 -04:00
committed by GitHub
parent a6ce00ff37
commit bd46e3afd6
14 changed files with 250 additions and 122 deletions

View File

@@ -32,6 +32,7 @@ const createProps = (): PropsType => ({
removeCustomColor: action('removeCustomColor'),
removeCustomColorOnConversations: action('removeCustomColorOnConversations'),
resetAllChatColors: action('resetAllChatColors'),
resetDefaultChatColor: action('resetDefaultChatColor'),
selectedColor: select('selectedColor', ConversationColors, 'basil' as const),
selectedCustomColor: {},
});