From e657b88bfc57199c532858796cd313277a401efc Mon Sep 17 00:00:00 2001 From: regexowl Date: Fri, 18 Jul 2025 14:48:31 +0200 Subject: [PATCH] src: Fix status text color The `className` for text color was changed in PF6, this updates it in relevant places. --- .../steps/Repositories/RepositoriesStatus.tsx | 8 ++++---- src/Components/ImagesTable/Status.tsx | 20 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx b/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx index 3aee4f12..255a5de1 100644 --- a/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx +++ b/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx @@ -66,7 +66,7 @@ const RepositoriesStatus = ({ {' '} - + {repoStatus} @@ -142,7 +142,7 @@ const RepositoriesStatus = ({ {' '} - + {repoStatus} @@ -152,7 +152,7 @@ const RepositoriesStatus = ({ {' '} - + {repoStatus} @@ -165,7 +165,7 @@ const RepositoriesStatus = ({ return ( <> {' '} - + {repoStatus} diff --git a/src/Components/ImagesTable/Status.tsx b/src/Components/ImagesTable/Status.tsx index 61577e2a..80f1bdf6 100644 --- a/src/Components/ImagesTable/Status.tsx +++ b/src/Components/ImagesTable/Status.tsx @@ -238,7 +238,7 @@ export const ExpiringStatus = ({ + {text} } @@ -254,7 +254,7 @@ export const ExpiringStatus = ({ + {text} } @@ -310,7 +310,7 @@ const statuses = { ), text: ( - + Image build failed ), @@ -326,7 +326,7 @@ const statuses = { building: { icon: , text: ( - + Image build in progress ), @@ -335,7 +335,7 @@ const statuses = { uploading: { icon: , text: ( - + Image upload in progress ), @@ -344,7 +344,7 @@ const statuses = { registering: { icon: , text: ( - + Cloud registration in progress ), @@ -353,7 +353,7 @@ const statuses = { running: { icon: , text: ( - + Running ), @@ -366,7 +366,7 @@ const statuses = { ), text: ( - + Ready ), @@ -392,7 +392,7 @@ const statuses = { ), text: ( - + Sharing image failed ), @@ -405,7 +405,7 @@ const statuses = { ), text: ( - + Failure sharing ),