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"
]
}
}
}

@ -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 {

Loading…
Cancel
Save