From 60000b4532436fec76cfec4dc15eca257e49d24a Mon Sep 17 00:00:00 2001 From: Amogh Rijal Date: Tue, 20 Jan 2026 14:51:32 +0545 Subject: [PATCH] Fix usage snapshot tooltip contrast Use theme tokens for the Usage Snapshot bar hover tooltip so the label stays readable in light mode. --- src/styles/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/home.css b/src/styles/home.css index ba687d5a9..bd850b296 100644 --- a/src/styles/home.css +++ b/src/styles/home.css @@ -216,7 +216,7 @@ bottom: 100%; left: 50%; transform: translate(-50%, -8px); - background: rgba(15, 18, 24, 0.95); + background: var(--surface-command); color: var(--text-stronger); border: 1px solid var(--border-subtle); border-radius: 8px;