mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
This commit is contained in:
@ -23,7 +23,7 @@ export const StepperStep: FC<StepperStepProps> = (props) => {
|
||||
? 'w-5 border border-text-quaternary'
|
||||
: 'w-5 border border-divider-deep')}
|
||||
>
|
||||
<div className={cn('system-2xs-semibold-uppercase text-center', isActive
|
||||
<div className={cn('text-center system-2xs-semibold-uppercase', isActive
|
||||
? 'text-text-primary-on-surface'
|
||||
: !isDisabled
|
||||
? 'text-text-tertiary'
|
||||
@ -33,7 +33,7 @@ export const StepperStep: FC<StepperStepProps> = (props) => {
|
||||
</div>
|
||||
</div>
|
||||
<div className={cn('system-xs-medium-uppercase', isActive
|
||||
? 'system-xs-semibold-uppercase text-text-accent'
|
||||
? 'text-text-accent system-xs-semibold-uppercase'
|
||||
: !isDisabled
|
||||
? 'text-text-tertiary'
|
||||
: 'text-text-quaternary')}
|
||||
|
||||
Reference in New Issue
Block a user