fix: not use css var

pull/12097/head
AkaraChen 1 year ago
parent 11ee45f1c2
commit 70d1d03106

@ -43,7 +43,7 @@ export const EditSlice: FC<EditSliceProps> = (props) => {
> >
<SliceLabel <SliceLabel
className={classNames( className={classNames(
isDestructive && '!bg-red-500 !text-text-primary-on-surface', isDestructive && '!bg-state-destructive-solid !text-text-primary-on-surface',
)} )}
> >
{label} {label}

Loading…
Cancel
Save