mirror of
https://github.com/langgenius/dify.git
synced 2026-04-08 01:06:51 +08:00
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
Block a user