mirror of
https://github.com/langgenius/dify.git
synced 2026-02-28 13:36:26 +08:00
fix: css var value
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user