From da9be433e3157a5c3b2f7a09fc56c6d13e1fcfc5 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 16 Sep 2019 20:06:10 -0300 Subject: [PATCH] Fix snapshots --- .../channel_item/__snapshots__/channel_item.test.js.snap | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/sidebars/main/channels_list/channel_item/__snapshots__/channel_item.test.js.snap b/app/components/sidebars/main/channels_list/channel_item/__snapshots__/channel_item.test.js.snap index 5084f4ccd..2fc47d998 100644 --- a/app/components/sidebars/main/channels_list/channel_item/__snapshots__/channel_item.test.js.snap +++ b/app/components/sidebars/main/channels_list/channel_item/__snapshots__/channel_item.test.js.snap @@ -632,14 +632,16 @@ exports[`ChannelItem should match snapshot for deactivated user and not searchRe Array [ Object { "alignSelf": "center", - "color": "rgba(255,255,255,0.4)", + "color": "rgba(255,255,255,0.88)", "flex": 1, - "fontSize": 14, - "fontWeight": "600", + "fontFamily": "Open Sans", + "fontSize": 16, + "lineHeight": 24, "paddingRight": 10, }, Object { "color": "#ffffff", + "fontWeight": "500", }, ] }