From c8cd97437e5ad6114338358a4977d02661da8ef5 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Wed, 1 Apr 2026 15:08:43 +0100 Subject: [PATCH] feat: update UptimeBarTooltip styles with adjusted font sizes and weights for improved readability --- Common/UI/Components/Graphs/UptimeBarTooltip.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/UI/Components/Graphs/UptimeBarTooltip.tsx b/Common/UI/Components/Graphs/UptimeBarTooltip.tsx index 0bfe4da8eb..20b8b8a50d 100644 --- a/Common/UI/Components/Graphs/UptimeBarTooltip.tsx +++ b/Common/UI/Components/Graphs/UptimeBarTooltip.tsx @@ -132,8 +132,8 @@ const UptimeBarTooltip: FunctionComponent = (
= ( flex: 1, minWidth: 0, fontSize: "12px", - color: isClickable ? "#2563eb" : "#111827", + color: "#111827", fontWeight: 600, lineHeight: "1.3", overflow: "hidden",