fix: use the --action CSS variable to set the icon color
This commit is contained in:
parent
600220a7a6
commit
2ecfd62e8e
@ -318,7 +318,7 @@ const preview = () => {
|
||||
|
||||
.editor-header > div > button {
|
||||
background: transparent;
|
||||
color: white;
|
||||
color: var(--action);
|
||||
border: none;
|
||||
outline: none;
|
||||
opacity: 0.8;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user