From b34b5851cd67613edbf3feef628844c19f6e4642 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 11 Jul 2026 12:57:41 +0200 Subject: [PATCH] fix(notes): color the share trigger icon with accent Scoped styles in HeaderNote don't cross into the ShareNote child component, so text-base-content painted the icon white/black instead of matching the other header icons. --- src/components/ShareNote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ShareNote.vue b/src/components/ShareNote.vue index b420fb7..9f1c087 100644 --- a/src/components/ShareNote.vue +++ b/src/components/ShareNote.vue @@ -55,7 +55,7 @@ const copy = async (url: string, label: string) => {