mirror of https://github.com/langgenius/dify.git
fix: not use css var
This commit is contained in:
parent
11ee45f1c2
commit
70d1d03106
|
|
@ -43,7 +43,7 @@ export const EditSlice: FC<EditSliceProps> = (props) => {
|
|||
>
|
||||
<SliceLabel
|
||||
className={classNames(
|
||||
isDestructive && '!bg-red-500 !text-text-primary-on-surface',
|
||||
isDestructive && '!bg-state-destructive-solid !text-text-primary-on-surface',
|
||||
)}
|
||||
>
|
||||
{label}
|
||||
|
|
|
|||
Loading…
Reference in New Issue