From 02e84a85df7f846ec2293f46de863135812520b9 Mon Sep 17 00:00:00 2001 From: Verbiturum <143966105+verbey@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:47:35 +0200 Subject: [PATCH] Assign invertOnPress class for Icons in the Editor's Toolbar --- src/app/components/editor/Toolbar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/components/editor/Toolbar.tsx b/src/app/components/editor/Toolbar.tsx index e5c7d16e74..cd29d229bf 100644 --- a/src/app/components/editor/Toolbar.tsx +++ b/src/app/components/editor/Toolbar.tsx @@ -72,6 +72,7 @@ export function MarkButton({ format, icon, tooltip }: MarkButtonProps) { {(triggerRef) => ( {(triggerRef) => ( {(triggerRef) => ( setIsMarkdown(!isMarkdown)}