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

@@ -138,7 +138,7 @@ export const buttonStyle = style({
margin: '10px 6px',
padding: '0 0',
':hover': {
backgroundColor: 'var(--affine-hover-color)',
backgroundColor: 'var(--affine-background-error-color)',
backgroundSize: '24px 24px',
},
});