Fix: style of check list in dark mode (#19744)

This commit is contained in:
KVOJJJin
2025-05-15 16:07:52 +08:00
committed by GitHub
parent 937d151187
commit 71704a713b
2 changed files with 4 additions and 4 deletions

View File

@@ -142,8 +142,8 @@ const WorkflowChecklist = ({
}
{
node.varErrorMessage?.map((errorMessage: string) => (
<div className='rounded-b-lg bg-gray-25 px-3 py-2'>
<div className='flex text-xs leading-[18px] text-gray-500'>
<div className='rounded-b-lg px-3 py-2'>
<div className='flex text-xs leading-[18px] text-text-tertiary'>
<AlertTriangle className='mr-2 mt-[3px] h-3 w-3 text-[#F79009]' />
{errorMessage}
</div>