mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix: kebab-case warning for CSS properties in dev mode (#2276)
This commit is contained in:
@@ -32,9 +32,9 @@ export const StyledLink = styled(Link)(() => {
|
|||||||
userDrag: 'none',
|
userDrag: 'none',
|
||||||
userSelect: 'none',
|
userSelect: 'none',
|
||||||
appRegion: 'no-drag',
|
appRegion: 'no-drag',
|
||||||
'-webkit-user-select': 'none',
|
WebkitUserSelect: 'none',
|
||||||
'-webkit-user-drag': 'none',
|
WebkitUserDrag: 'none',
|
||||||
'-webkit-app-region': 'no-drag',
|
WebkitAppRegion: 'no-drag',
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
export const StyledNewPageButton = styled('button')(() => {
|
export const StyledNewPageButton = styled('button')(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user