From 8856c046e4e035dd0e02de32bd0a9fe4e83c81d2 Mon Sep 17 00:00:00 2001 From: chr Date: Tue, 2 Mar 2021 00:03:24 -0800 Subject: fixes --- app/javascript/styles/cybre-light.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/javascript/styles') diff --git a/app/javascript/styles/cybre-light.scss b/app/javascript/styles/cybre-light.scss index 952c2ea96..78656e030 100644 --- a/app/javascript/styles/cybre-light.scss +++ b/app/javascript/styles/cybre-light.scss @@ -329,6 +329,10 @@ $gold-star: #dd9d08; } } +.character-counter { + color:$white; +} + button.icon-button { &.disabled { } -- cgit