diff --git a/app/components/settings/radio_setting/radio_entry.tsx b/app/components/settings/radio_setting/radio_entry.tsx index 9874e92d9..961b15584 100644 --- a/app/components/settings/radio_setting/radio_entry.tsx +++ b/app/components/settings/radio_setting/radio_entry.tsx @@ -31,6 +31,10 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => { fontSize: 12, color: theme.linkColor, }, + text: { + fontSize: 12, + color: theme.centerChannelColor, + }, }; }); @@ -61,7 +65,7 @@ function RadioEntry({ > - {text} + {text} {isSelected && (