* MM-62726 fix the active label color for channel and thread
* Updated snapshot
(cherry picked from commit 1bd2e0b665)
Co-authored-by: Rajat Dabade <rajatdabade1997@gmail.com>
This commit is contained in:
parent
231fb0acab
commit
b44c34d43f
3 changed files with 0 additions and 25 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ export const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
},
|
||||
text: {
|
||||
color: theme.sidebarText,
|
||||
...typography('Body', 200),
|
||||
},
|
||||
highlight: {
|
||||
color: theme.sidebarUnreadText,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue