Fix editor placeholder color

This commit is contained in:
kolaente
2021-02-07 21:51:48 +01:00
parent 5fb003ed4c
commit 53ea3c0eaf
+1 -1
View File
@@ -468,7 +468,7 @@ export default {
}
&-placeholder {
color: $grey-400;
color: $grey-400 !important;
font-style: italic;
}
}