We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649fa74 commit 2bdaf63Copy full SHA for 2bdaf63
app/components/Block.tsx
@@ -66,7 +66,7 @@ export default function Block({
66
<div className="flex justify-between">
67
<span
68
id={pv.human_readable_name + "_VALUE"}
69
- className={pv.severity != "NONE" ? "text-red-600" : ""}
+ className={pv.severity != "NONE" ? "text-red-400" : ""}
70
>
71
{showAdvanced && "Readback: "}
72
{pv.value} {pv.units != null && pv.units}
@@ -88,7 +88,7 @@ export default function Block({
88
{pv.severity != "NONE" ? (
89
<a
90
href="https://github.com/ISISComputingGroup/ibex_user_manual/wiki/Blocks#alarms"
91
- className="text-red-600"
+ className="text-red-400"
92
93
Alarm: {pv.severity}
94
</a>
0 commit comments