style: update delete button style (#3180)

This commit is contained in:
JimmFly
2023-07-12 17:23:39 +08:00
committed by GitHub
parent bd42380f8a
commit 1ac1c33bb1
11 changed files with 30 additions and 11 deletions
@@ -147,6 +147,8 @@ export const TrashOperationCell: React.FC<TrashOperationCellProps> = ({
onClick={() => {
setOpen(true);
}}
hoverBackground="var(--affine-background-error-color)"
hoverColor="var(--affine-error-color)"
>
<DeletePermanentlyIcon />
</IconButton>