From 1a128ab055f94bab409b00ff742c993aae5c8c94 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 6 Jan 2021 10:02:08 +1100 Subject: [PATCH] fix colors for caption editor --- package.json | 2 +- stylesheets/_modules.scss | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ad8bd0f96..7d9b52a0a 100644 --- a/package.json +++ b/package.json @@ -335,4 +335,4 @@ "!dev-app-update.yml" ] } -} +} \ No newline at end of file diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index cfedbb750..b5b176b9f 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1818,19 +1818,19 @@ display: flex; input::placeholder { - color: white; + color: rgba($black, 0.6); } .session-input-with-label-container { - color: black; - background-color: $inputBackgroundColor; - + @include themify($themes) { + background-color: #fcfcfc; + color: $black; + } width: 30vw; - border-radius: 100px; #session-input-floating-label { padding: $session-margin-sm; - color: white; + color: $black; } label.session-input-with-label-container.filled {