Fix tooltip styling

This commit is contained in:
2026-06-29 09:41:02 +02:00
parent df39dda32d
commit 099182a638
+3 -3
View File
@@ -52,9 +52,9 @@ export function Hint({ hint, children }: HintProps) {
top: pos.top, top: pos.top,
left: pos.left, left: pos.left,
transform: "translateX(-50%)", transform: "translateX(-50%)",
background: "#141414", background: "var(--primary-color)",
border: "1px solid #4af626", border: "1px solid white",
color: "#fff", color: "white",
padding: "6px 10px", padding: "6px 10px",
fontSize: "12px", fontSize: "12px",
maxWidth: "260px", maxWidth: "260px",