small interface cosmetic fix

This commit is contained in:
2023-08-28 00:10:35 +02:00
parent 1e0aa39677
commit 44d1c5e201
2 changed files with 7 additions and 6 deletions

View File

@ -748,6 +748,7 @@ export class Editor {
button.children[0].classList.remove("text-white");
button.children[0].classList.add("text-orange-300");
button.classList.add("text-orange-300");
button.classList.add("fill-orange-300");
};
switch (mode) {