Merge branch 'feat/parent-child-retrieval' of https://github.com/langgenius/dify into feat/parent-child-retrieval

This commit is contained in:
AkaraChen 2024-11-26 15:38:03 +08:00
commit 72ca69fb2a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export const StepperStep: FC<StepperStepProps> = (props) => {
<div className={classNames(
'text-center text-[10px] font-semibold uppercase leading-3',
isActive
? 'text-white'
? 'text-text-primary-on-surface'
: !isDisabled
? 'text-text-tertiary'
: 'text-text-tertiary opacity-30',