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

View File

@@ -478,7 +478,7 @@ const ImagePreviewModalImpl = (
noBorder={true}
className={buttonStyle}
onClick={() => blockId && deleteHandler(blockId)}
hoverColor={'-moz-initial'}
hoverColor="var(--affine-error-color)"
/>
</Tooltip>
</div>