diff --git a/app/components/channel_item/__snapshots__/channel_item.test.tsx.snap b/app/components/channel_item/__snapshots__/channel_item.test.tsx.snap index 6a6487670..608d84a2c 100644 --- a/app/components/channel_item/__snapshots__/channel_item.test.tsx.snap +++ b/app/components/channel_item/__snapshots__/channel_item.test.tsx.snap @@ -93,10 +93,6 @@ exports[`components/channel_list/categories/body/channel_item should match snaps }, { "color": "#ffffff", - "fontFamily": "OpenSans", - "fontSize": 16, - "fontWeight": "400", - "lineHeight": 24, }, false, null, @@ -218,10 +214,6 @@ exports[`components/channel_list/categories/body/channel_item should match snaps }, { "color": "#ffffff", - "fontFamily": "OpenSans", - "fontSize": 16, - "fontWeight": "400", - "lineHeight": 24, }, false, null, @@ -260,10 +252,6 @@ exports[`components/channel_list/categories/body/channel_item should match snaps }, { "color": "#ffffff", - "fontFamily": "OpenSans", - "fontSize": 16, - "fontWeight": "400", - "lineHeight": 24, }, false, null, @@ -374,10 +362,6 @@ exports[`components/channel_list/categories/body/channel_item should match snaps }, { "color": "#ffffff", - "fontFamily": "OpenSans", - "fontSize": 16, - "fontWeight": "400", - "lineHeight": 24, }, false, null, diff --git a/app/components/channel_item/channel_item.tsx b/app/components/channel_item/channel_item.tsx index 5f4eb9e7d..c67ac1213 100644 --- a/app/components/channel_item/channel_item.tsx +++ b/app/components/channel_item/channel_item.tsx @@ -52,7 +52,6 @@ export const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({ }, text: { color: theme.sidebarText, - ...typography('Body', 200), }, highlight: { color: theme.sidebarUnreadText, diff --git a/app/components/threads_button/__snapshots__/threads_button.test.tsx.snap b/app/components/threads_button/__snapshots__/threads_button.test.tsx.snap index f3a48348a..5da99c2df 100644 --- a/app/components/threads_button/__snapshots__/threads_button.test.tsx.snap +++ b/app/components/threads_button/__snapshots__/threads_button.test.tsx.snap @@ -80,10 +80,6 @@ exports[`Thread item in the channel list Threads Component should match snapshot }, { "color": "#ffffff", - "fontFamily": "OpenSans", - "fontSize": 16, - "fontWeight": "400", - "lineHeight": 24, }, false, false, @@ -179,10 +175,6 @@ exports[`Thread item in the channel list Threads Component should match snapshot }, { "color": "#ffffff", - "fontFamily": "OpenSans", - "fontSize": 16, - "fontWeight": "400", - "lineHeight": 24, }, false, false,