From ae703eb00a33695c8db5c361a2310b1e465b86da Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 20 Mar 2017 16:30:47 -0400 Subject: [PATCH] PLT-5875 Updated system message font opacity to match web app (#367) --- app/components/post/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/post/post.js b/app/components/post/post.js index af1d30e82..6bfe885d2 100644 --- a/app/components/post/post.js +++ b/app/components/post/post.js @@ -498,7 +498,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { lineHeight: 21 }, systemMessage: { - opacity: 0.5 + opacity: 0.6 }, webhookMessage: { color: theme.centerChannelColor,