Skip to content

fix: improve hamburger and settings icon visibility in light mode#162

Merged
PureWeen merged 1 commit intomainfrom
fix/light-mode-icon-visibility
Feb 21, 2026
Merged

fix: improve hamburger and settings icon visibility in light mode#162
PureWeen merged 1 commit intomainfrom
fix/light-mode-icon-visibility

Conversation

@jfversluis
Copy link
Copy Markdown
Collaborator

Problem

The hamburger menu (☰) and settings/tab icons are barely visible in light mode — hardcoded to rgba(200,216,240,0.6) and rgba(200,216,240,0.4) which have near-zero contrast against the light background.

Fix

Replaced both with var(--text-dim) which is theme-aware:

  • Dark mode: light text → visible ✅
  • Light mode: rgba(0,0,0,0.4) → visible ✅

Files Changed

  • SessionSidebar.razor.css — 2 color values (lines 939, 969)

Replace hardcoded rgba(200,216,240) colors with var(--text-dim) so
the icons adapt to the current theme. Previously nearly invisible
on light backgrounds.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@PureWeen PureWeen merged commit a84999c into main Feb 21, 2026
6 checks passed
@PureWeen PureWeen deleted the fix/light-mode-icon-visibility branch February 22, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants