diff --git a/app/screens/home/channel_list/categories_list/categories/unreads/unreads.tsx b/app/screens/home/channel_list/categories_list/categories/unreads/unreads.tsx index 3649b8a73..7f6b391d5 100644 --- a/app/screens/home/channel_list/categories_list/categories/unreads/unreads.tsx +++ b/app/screens/home/channel_list/categories_list/categories/unreads/unreads.tsx @@ -16,6 +16,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({ heading: { color: changeOpacity(theme.sidebarText, 0.64), ...typography('Heading', 75), + textTransform: 'uppercase', paddingLeft: 18, paddingVertical: 8, marginTop: 12,