chore(tooltips): reworked tooltip design

This commit is contained in:
trashtemp
2022-01-13 17:31:15 +01:00
parent 3b4227d4ba
commit a7c63c639e
4 changed files with 11 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ export type Variables =
| "secondary-header"
| "tertiary-background"
| "tertiary-foreground"
| "tooltip"
| "status-online"
| "status-away"
| "status-busy"
@@ -241,6 +242,7 @@ export const PRESETS: Record<string, Theme> = {
mention: "rgba(251, 255, 0, 0.40)",
success: "#65E572",
warning: "#FAA352",
tooltip: "#000000",
error: "#ED4245",
hover: "rgba(0, 0, 0, 0.2)",
"scrollbar-thumb": "#CA525A",
@@ -267,6 +269,7 @@ export const PRESETS: Record<string, Theme> = {
mention: "rgba(251, 255, 0, 0.06)",
success: "#65E572",
warning: "#FAA352",
tooltip: "#000000",
error: "#ED4245",
hover: "rgba(0, 0, 0, 0.1)",
"scrollbar-thumb": "#CA525A",