fix colors for caption editor

pull/1421/head
Audric Ackermann 4 years ago
parent 0f328d5f28
commit 1a128ab055
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -335,4 +335,4 @@
"!dev-app-update.yml" "!dev-app-update.yml"
] ]
} }
} }

@ -1818,19 +1818,19 @@
display: flex; display: flex;
input::placeholder { input::placeholder {
color: white; color: rgba($black, 0.6);
} }
.session-input-with-label-container { .session-input-with-label-container {
color: black; @include themify($themes) {
background-color: $inputBackgroundColor; background-color: #fcfcfc;
color: $black;
}
width: 30vw; width: 30vw;
border-radius: 100px; border-radius: 100px;
#session-input-floating-label { #session-input-floating-label {
padding: $session-margin-sm; padding: $session-margin-sm;
color: white; color: $black;
} }
label.session-input-with-label-container.filled { label.session-input-with-label-container.filled {

Loading…
Cancel
Save