mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: update UptimeBarTooltip styles with adjusted font sizes and weights for improved readability
This commit is contained in:
@@ -132,8 +132,8 @@ const UptimeBarTooltip: FunctionComponent<ComponentProps> = (
|
||||
<div style={{ display: "flex", alignItems: "baseline" }}>
|
||||
<span
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
fontWeight: 700,
|
||||
fontSize: "14px",
|
||||
fontWeight: 600,
|
||||
color: uptimeColor,
|
||||
fontVariantNumeric: "tabular-nums",
|
||||
lineHeight: 1,
|
||||
@@ -434,7 +434,7 @@ const UptimeBarTooltip: FunctionComponent<ComponentProps> = (
|
||||
flex: 1,
|
||||
minWidth: 0,
|
||||
fontSize: "12px",
|
||||
color: isClickable ? "#2563eb" : "#111827",
|
||||
color: "#111827",
|
||||
fontWeight: 600,
|
||||
lineHeight: "1.3",
|
||||
overflow: "hidden",
|
||||
|
||||
Reference in New Issue
Block a user