mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(mobile): doc property styles (#8760)
fix AF-1582 fix AF-1671 - mobile doc info dialog styles - added ConfigModal for editing property values in modal, including: - workspace properties: text, number, tags - db properties: text, number, label, link
This commit is contained in:
@@ -162,6 +162,7 @@ export const headerNavToday = style([
|
||||
padding: '0 4px',
|
||||
borderRadius: 4,
|
||||
color: cssVar('iconColor'),
|
||||
textTransform: 'uppercase',
|
||||
},
|
||||
]);
|
||||
|
||||
@@ -192,6 +193,7 @@ export const monthViewBodyCell = style([
|
||||
height: '28px',
|
||||
},
|
||||
]);
|
||||
|
||||
export const monthViewBodyCellInner = style([
|
||||
interactive,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user