Fix tooltip styling
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user