refactor(editor): Color palette updates, introduce dark mode (#6980)
Github issue / Community forum post (link here to close automatically): --------- Co-authored-by: Mutasem <mutdmour@gmail.com>
This commit is contained in:
@@ -163,7 +163,7 @@ export default defineComponent({
|
||||
|
||||
.could-not-be-started {
|
||||
display: inline-block;
|
||||
color: #ff4949;
|
||||
color: var(--color-text-danger);
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user