From 1fb39a1ffb53bb0f1a8d1cc1bcfea9be46a9b525 Mon Sep 17 00:00:00 2001 From: Areg Harutyunyan Date: Sun, 13 Oct 2024 16:19:57 -0600 Subject: [PATCH] swap symbols --- editor/style.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/style.ts b/editor/style.ts index a5eb1e4..6d2cba6 100644 --- a/editor/style.ts +++ b/editor/style.ts @@ -69,8 +69,8 @@ document.head.appendChild(HTML.style({ type: "text/css" }, ` --delete-channel-symbol: url('data:image/svg+xml,'); --select-all-symbol: url('data:image/svg+xml,'); --duplicate-symbol: url('data:image/svg+xml,'); - --notes-up-symbol: url('data:image/svg+xml,'); - --notes-down-symbol: url('data:image/svg+xml,'); + --notes-up-symbol: url('data:image/svg+xml,'); + --notes-down-symbol: url('data:image/svg+xml,'); --loop-bar-symbol: url('data:image/svg+xml,'); --fullscreen-symbol: url("https://choptop84.github.io/abyssbox-app/icon-fullscreen.png");