fix: use the --action CSS variable to set the icon color

This commit is contained in:
ArielLeyva 2026-01-10 03:58:33 -05:00
parent 600220a7a6
commit 2ecfd62e8e

View File

@ -318,7 +318,7 @@ const preview = () => {
.editor-header > div > button {
background: transparent;
color: white;
color: var(--action);
border: none;
outline: none;
opacity: 0.8;