From 6567493e57142f6b245faca389ebd7b1b550e7b5 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 21 Jan 2026 14:38:13 -0800 Subject: [PATCH] fix: better text colours in light mode --- src/lib/components/AboutPanel.svelte | 28 ++++++----- .../components/CloseTabConfirmModal.svelte | 4 +- src/lib/components/ConfigSidebar.svelte | 50 ++++++++++--------- src/lib/components/HelpPanel.svelte | 12 +++-- .../components/KeyboardShortcutsModal.svelte | 16 +++--- src/lib/components/PermissionModal.svelte | 16 +++--- 6 files changed, 68 insertions(+), 58 deletions(-) diff --git a/src/lib/components/AboutPanel.svelte b/src/lib/components/AboutPanel.svelte index 4f240b6..7cec772 100644 --- a/src/lib/components/AboutPanel.svelte +++ b/src/lib/components/AboutPanel.svelte @@ -40,10 +40,12 @@ tabindex="-1" >
-

About Hikari Desktop

+

+ About Hikari Desktop +

-

Support & Community

-

Found a bug or have a suggestion?

+

Support & Community

+

Found a bug or have a suggestion?

-

Built with 💕 by

+

Built with 💕 by

-

License

-

+

License

+

This project is open source and available under our license terms.

-

+

Close Connected Tab?

-

+

The tab "{tabName}" is currently connected to Claude. Are you sure you want to close it? This will disconnect the session.

diff --git a/src/lib/components/ConfigSidebar.svelte b/src/lib/components/ConfigSidebar.svelte index a513c88..2ae9fc5 100644 --- a/src/lib/components/ConfigSidebar.svelte +++ b/src/lib/components/ConfigSidebar.svelte @@ -131,7 +131,7 @@

Settings