mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 20:18:42 +08:00
+1
@@ -140,6 +140,7 @@ export const emptyCollectionMessage = style({
|
|||||||
fontSize: cssVar('fontSm'),
|
fontSize: cssVar('fontSm'),
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: cssVar('black30'),
|
color: cssVar('black30'),
|
||||||
|
userSelect: 'none',
|
||||||
});
|
});
|
||||||
export const emptyCollectionNewButton = style({
|
export const emptyCollectionNewButton = style({
|
||||||
padding: '0 8px',
|
padding: '0 8px',
|
||||||
|
|||||||
@@ -150,4 +150,5 @@ export const emptyFavouritesMessage = style({
|
|||||||
fontSize: cssVar('fontSm'),
|
fontSize: cssVar('fontSm'),
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: cssVar('black30'),
|
color: cssVar('black30'),
|
||||||
|
userSelect: 'none',
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user