From 86530c3dc924da677347f17420cc1e1de5074ff1 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 18 Mar 2021 11:44:15 -0500 Subject: [PATCH] Increase readability of disappearing messages info text in dark mode --- stylesheets/_modules.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index c217e3fd0..d5c41bedc 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -3288,8 +3288,15 @@ button.module-conversation-details__action-button { &__info { @include font-body-2; - color: $color-gray-60; margin-top: 4px; + + @include light-theme { + color: $color-gray-60; + } + + @include dark-theme { + color: $color-gray-25; + } } &__right {