From ccc68f00ae99abf8cac44faf2f7af7f7fcb3f0f2 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 28 Jan 2026 14:20:05 +0100 Subject: [PATCH] Fix bg --- web/components/widgets/tooltip.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/widgets/tooltip.tsx b/web/components/widgets/tooltip.tsx index cda1927..15fd1c8 100644 --- a/web/components/widgets/tooltip.tsx +++ b/web/components/widgets/tooltip.tsx @@ -102,14 +102,14 @@ export function Tooltip(props: { role="tooltip" ref={floating} style={{ position: strategy, top: y ?? 0, left: x ?? 0 }} - className="text-ink-1000 bg-canvas-0 z-20 w-max max-w-xs whitespace-normal rounded px-2 py-1 text-center text-sm font-medium" + className="text-ink-1000 bg-canvas-50 z-20 w-max max-w-xs whitespace-normal rounded px-2 py-1 text-center text-sm font-medium" suppressHydrationWarning={suppressHydrationWarning} {...getFloatingProps()} > {text}