mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(tooltips): fixed light mode tooltip
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user