From bb9078f7e90c3a873d21830cf1da70c4d7edf0f0 Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Sun, 23 Apr 2017 13:42:49 -0600 Subject: [PATCH] Correct button color for attachment preview actions --- scss/modules/messaging/_attachments.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/modules/messaging/_attachments.scss b/scss/modules/messaging/_attachments.scss index 6bb27dcd..0d4a6857 100644 --- a/scss/modules/messaging/_attachments.scss +++ b/scss/modules/messaging/_attachments.scss @@ -253,6 +253,7 @@ .preview_actions .btn { background-color: $color-shade-dark; + color: $base-font-color !important; &::after { border-color: $color-shade-darkest;