From 3e691cb06d64e32f65146ffd690fa1c25e9b487d Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Sat, 11 Oct 2025 08:31:57 -0500 Subject: [PATCH] fix(nav): improve text contrast in room info pane MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change text colors from white to dark gray for better readability against the light background. The previous white-on-light-purple was nearly unreadable. - Game name: dark gray (rgba(17, 24, 39, 0.9)) - Room name: dark gray (rgba(17, 24, 39, 0.65)) - Dropdown indicator: dark gray (rgba(17, 24, 39, 0.5)) - Mode text: keeps color-coded text for visual distinction 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web/src/components/nav/RoomInfo.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/nav/RoomInfo.tsx b/apps/web/src/components/nav/RoomInfo.tsx index 0fd1668b..67de9e24 100644 --- a/apps/web/src/components/nav/RoomInfo.tsx +++ b/apps/web/src/components/nav/RoomInfo.tsx @@ -88,7 +88,7 @@ export function RoomInfo({ gap: '4px', fontSize: '13px', fontWeight: 'bold', - color: 'rgba(255, 255, 255, 0.95)', + color: 'rgba(17, 24, 39, 0.9)', lineHeight: 1, }} > @@ -99,7 +99,7 @@ export function RoomInfo({ @@ -128,7 +128,7 @@ export function RoomInfo({ style={{ fontSize: '10px', fontWeight: '600', - color: 'rgba(255, 255, 255, 0.75)', + color: 'rgba(17, 24, 39, 0.65)', lineHeight: 1, }} >