From c5d16160eafb73136a165980da7330bcf3ae3647 Mon Sep 17 00:00:00 2001 From: Blake Gentry Date: Wed, 22 May 2024 20:55:49 -0500 Subject: [PATCH] attempt error dark mode + style fixes --- ui/src/components/JobAttemptErrors.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ui/src/components/JobAttemptErrors.tsx b/ui/src/components/JobAttemptErrors.tsx index 65f63a1..0dfefcf 100644 --- a/ui/src/components/JobAttemptErrors.tsx +++ b/ui/src/components/JobAttemptErrors.tsx @@ -15,7 +15,7 @@ export default function JobAttemptErrors({ job }: JobAttemptErrorsProps) { : job.errors.slice(-1 * defaultErrorDisplayCount).reverse(); return ( -
+
Errors @@ -25,11 +25,14 @@ export default function JobAttemptErrors({ job }: JobAttemptErrorsProps) { <>No errors ) : ( <> -
    +
      {errorsToDisplay.map((error) => (
    1. -

      +

      {error.attempt.toString()}