mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix(tooltips): fixed light mode tooltip
This commit is contained in:
parent
59685a961a
commit
07870c849d
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ export const PRESETS: Record<string, Theme> = {
|
||||||
mention: "rgba(251, 255, 0, 0.40)",
|
mention: "rgba(251, 255, 0, 0.40)",
|
||||||
success: "#65E572",
|
success: "#65E572",
|
||||||
warning: "#FAA352",
|
warning: "#FAA352",
|
||||||
tooltip: "#000000",
|
tooltip: "#FFF",
|
||||||
error: "#ED4245",
|
error: "#ED4245",
|
||||||
hover: "rgba(0, 0, 0, 0.2)",
|
hover: "rgba(0, 0, 0, 0.2)",
|
||||||
"scrollbar-thumb": "#CA525A",
|
"scrollbar-thumb": "#CA525A",
|
||||||
|
|
Loading…
Reference in a new issue