mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
fix: not use css var
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user