From 07870c849d5d9ffd01b56d34296c53ff34c88b90 Mon Sep 17 00:00:00 2001 From: trashtemp <96388163+trashtemp@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:02:30 +0100 Subject: [PATCH] fix(tooltips): fixed light mode tooltip --- src/context/Theme.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/Theme.tsx b/src/context/Theme.tsx index bf33fbfa..be452e7b 100644 --- a/src/context/Theme.tsx +++ b/src/context/Theme.tsx @@ -242,7 +242,7 @@ export const PRESETS: Record = { mention: "rgba(251, 255, 0, 0.40)", success: "#65E572", warning: "#FAA352", - tooltip: "#000000", + tooltip: "#FFF", error: "#ED4245", hover: "rgba(0, 0, 0, 0.2)", "scrollbar-thumb": "#CA525A",