Skip to content

Commit

Permalink
Use red check mark
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 19, 2024
1 parent 2a6a685 commit d92112d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/fills/[[...pk]]/tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ export function OpenTimesTable(props: { valve_times: ValveTimesType | null }) {
close_time: toTime(close_time),
elapsed: elapsed.toFixed(1),
timeout: props.valve_times[cam].timed_out ? (
<IconCheck style={{ verticalAlign: 'middle' }} />
<IconCheck
style={{ verticalAlign: 'middle' }}
color="var(--mantine-color-red-9)"
/>
) : null,
});
}
Expand Down

0 comments on commit d92112d

Please sign in to comment.