diff --git a/app/screens/home/channel_list/servers/servers_list/server_item/options/option.tsx b/app/screens/home/channel_list/servers/servers_list/server_item/options/option.tsx index 85112be19..541dbff94 100644 --- a/app/screens/home/channel_list/servers/servers_list/server_item/options/option.tsx +++ b/app/screens/home/channel_list/servers/servers_list/server_item/options/option.tsx @@ -33,7 +33,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({ width: OPTION_SIZE, }, text: { - color: theme.sidebarText, + color: theme.buttonColor, ...typography('Body', 75, 'SemiBold'), }, }));