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.
This commit is contained in:
Julien Calixte
2026-07-11 12:57:41 +02:00
parent 9581dc88aa
commit b34b5851cd

View File

@@ -55,7 +55,7 @@ const copy = async (url: string, label: string) => {
<template> <template>
<button <button
class="btn btn-ghost btn-circle text-base-content" class="btn btn-ghost btn-circle text-accent"
title="Share this view" title="Share this view"
aria-label="Share this view" aria-label="Share this view"
onclick="share_modal.showModal()" onclick="share_modal.showModal()"