mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 01:33:06 +03:00
fix: kebab-case warning for CSS properties in dev mode (#2276)
This commit is contained in:
parent
2c18fadb2d
commit
f071361347
@ -32,9 +32,9 @@ export const StyledLink = styled(Link)(() => {
|
||||
userDrag: 'none',
|
||||
userSelect: 'none',
|
||||
appRegion: 'no-drag',
|
||||
'-webkit-user-select': 'none',
|
||||
'-webkit-user-drag': 'none',
|
||||
'-webkit-app-region': 'no-drag',
|
||||
WebkitUserSelect: 'none',
|
||||
WebkitUserDrag: 'none',
|
||||
WebkitAppRegion: 'no-drag',
|
||||
};
|
||||
});
|
||||
export const StyledNewPageButton = styled('button')(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user