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 {
|
.editor-header > div > button {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: white;
|
color: var(--action);
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user