From 7f3a0b8e5c1fe664547e28e473d234d39921e248 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:20:21 -0600 Subject: fix(desktop): tooltip colors --- packages/ui/src/components/tooltip.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/ui/src/components') diff --git a/packages/ui/src/components/tooltip.css b/packages/ui/src/components/tooltip.css index 134de6f51..91096e211 100644 --- a/packages/ui/src/components/tooltip.css +++ b/packages/ui/src/components/tooltip.css @@ -9,7 +9,7 @@ } [data-slot="tooltip-keybind-key"] { - color: var(--icon-base); + color: var(--text-invert-base); font-size: var(--font-size-small); font-weight: var(--font-weight-medium); line-height: var(--line-height-large); @@ -20,7 +20,7 @@ max-width: 320px; border-radius: var(--radius-md); background-color: var(--surface-float-base); - color: var(--text-inverted-base); + color: var(--text-invert-strong); background: var(--surface-float-base); padding: 6px 12px; border: 1px solid var(--border-weak-base, rgba(0, 0, 0, 0.07)); -- cgit v1.2.3