diff --git a/frontend/src/views/files/Editor.vue b/frontend/src/views/files/Editor.vue index 47904cf3..009e8834 100644 --- a/frontend/src/views/files/Editor.vue +++ b/frontend/src/views/files/Editor.vue @@ -318,7 +318,7 @@ const preview = () => { .editor-header > div > button { background: transparent; - color: white; + color: var(--action); border: none; outline: none; opacity: 0.8;