fix(tooltips): fixed light mode tooltip

pull/1049/head
trashtemp 2022-01-13 20:02:30 +01:00
parent 3345dc46a2
commit 41a0977740
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ export const PRESETS: Record<string, Theme> = {
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",