mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
fix(web): remove hardcoded white text, use theme tokens for light mode
PageShell header icon/title had opacity: 0.5 — removed for full visibility. Moodlit, Zitare, Skilltree and BaseListView used text-white/* classes that were invisible in light mode — migrated to hsl(var(--color-foreground/muted-foreground)) tokens. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3deee755b3
commit
248100d490
5 changed files with 48 additions and 33 deletions
|
|
@ -76,7 +76,7 @@
|
|||
{/if}
|
||||
|
||||
{#if header}
|
||||
<div class="flex gap-3 text-xs text-white/40">
|
||||
<div class="flex gap-3 text-xs text-[hsl(var(--color-muted-foreground))]">
|
||||
{@render header()}
|
||||
</div>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue