From 1814b99c79850fa8b47bd2cea7f867c820ad5c8f Mon Sep 17 00:00:00 2001 From: kurokobo Date: Wed, 27 Aug 2025 12:27:25 +0900 Subject: [PATCH] fix(web): correct title color in option card in dark mode (#24579) --- .../create-from-pipeline/data-source-options/option-card.tsx | 2 +- .../test-run/preparation/data-source-options/option-card.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/datasets/documents/create-from-pipeline/data-source-options/option-card.tsx b/web/app/components/datasets/documents/create-from-pipeline/data-source-options/option-card.tsx index 7853805631..a3ea97ac42 100644 --- a/web/app/components/datasets/documents/create-from-pipeline/data-source-options/option-card.tsx +++ b/web/app/components/datasets/documents/create-from-pipeline/data-source-options/option-card.tsx @@ -33,7 +33,7 @@ const OptionCard = ({
{label} diff --git a/web/app/components/rag-pipeline/components/panel/test-run/preparation/data-source-options/option-card.tsx b/web/app/components/rag-pipeline/components/panel/test-run/preparation/data-source-options/option-card.tsx index 83a0f53770..8908c90cb6 100644 --- a/web/app/components/rag-pipeline/components/panel/test-run/preparation/data-source-options/option-card.tsx +++ b/web/app/components/rag-pipeline/components/panel/test-run/preparation/data-source-options/option-card.tsx @@ -43,7 +43,7 @@ const OptionCard = ({ />
{label}