diff --git a/ui/src/Components/Labels/Utils.ts b/ui/src/Components/Labels/Utils.ts index 107e37c1a..a5f2f3fe6 100644 --- a/ui/src/Components/Labels/Utils.ts +++ b/ui/src/Components/Labels/Utils.ts @@ -8,7 +8,7 @@ import { StaticLabels } from "Common/Query"; import { AlertStateT } from "Models/APITypes"; import { AlertStore } from "Stores/AlertStore"; -const isBackgroundDark = (brightness: number) => brightness <= 125; +const isBackgroundDark = (brightness: number) => brightness <= 130; export interface ClassAndStyleT { style: { [key: string]: string | number };