mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 05:48:59 +08:00
feat(core): workspace properties setting (#5739)
the property settings in workspace settings
This commit is contained in:
@@ -13,7 +13,6 @@ export const menuContent = style({
|
||||
userSelect: 'none',
|
||||
});
|
||||
export const menuItem = style({
|
||||
maxWidth: '296px',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'space-between',
|
||||
@@ -50,6 +49,9 @@ export const menuItem = style({
|
||||
color: cssVar('warningColor'),
|
||||
backgroundColor: cssVar('backgroundWarningColor'),
|
||||
},
|
||||
'&.checked': {
|
||||
color: cssVar('primaryColor'),
|
||||
},
|
||||
},
|
||||
});
|
||||
export const menuSpan = style({
|
||||
|
||||
Reference in New Issue
Block a user