From 25326a623a901fa597623972652c597fab53def0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Thu, 9 May 2024 12:07:04 +0200 Subject: [PATCH] Fix server options text by in Quartz theme (#7944) --- .../servers/servers_list/server_item/options/option.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), }, }));