mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
chore: tweak all page styles (#2540)
This commit is contained in:
@@ -41,6 +41,7 @@ export const StyledTableCell = styled('td')<
|
||||
verticalAlign: 'middle',
|
||||
overflowWrap: 'break-word',
|
||||
userSelect: 'none',
|
||||
fontSize: 'var(--affine-font-sm)',
|
||||
...(active ? { color: 'var(--affine-text-primary-color)' } : {}),
|
||||
...(ellipsis ? textEllipsis(1) : {}),
|
||||
...(onClick ? { cursor: 'pointer' } : {}),
|
||||
|
||||
Reference in New Issue
Block a user