From 2ecfd62e8e74e0bba9b26ddf6d84388bd0093176 Mon Sep 17 00:00:00 2001 From: ArielLeyva Date: Sat, 10 Jan 2026 03:58:33 -0500 Subject: [PATCH] fix: use the --action CSS variable to set the icon color --- frontend/src/views/files/Editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;