diff --git a/index.html b/index.html index a163d7b..50e81c2 100644 --- a/index.html +++ b/index.html @@ -222,27 +222,27 @@ dark:border-neutral-700 border-none" > - - + + - - + + - + - + diff --git a/src/main.ts b/src/main.ts index a13517c..0c91885 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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) {