From 4cf41415b1691f493e37c25229cdbae69db37ff3 Mon Sep 17 00:00:00 2001 From: Mel Green Date: Fri, 8 Mar 2019 08:34:13 -0700 Subject: [PATCH] correct color of pasted image meta text Refs #212 Test Plan: - Find an image on the web, right-click it, select "Copy Image" - Go to a channel or dm in Slack, use +v to paste the image and upload it - Verify that the meta text above the resulting image displayed in channel is in the correct theme color --- scss/modules/messaging/_attachments.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/modules/messaging/_attachments.scss b/scss/modules/messaging/_attachments.scss index 801050ee..316c6ec3 100644 --- a/scss/modules/messaging/_attachments.scss +++ b/scss/modules/messaging/_attachments.scss @@ -126,6 +126,12 @@ } } +.c-message_kit { + &__file__meta { + color: $base-font-color; + } +} + .attachment_group { &.has_container { background: $color-base;