chore: tweak all page styles (#2540)

This commit is contained in:
Whitewater
2023-05-26 00:13:50 -07:00
committed by GitHub
parent c8734bd6ee
commit 7969b73979
2 changed files with 22 additions and 11 deletions

View File

@@ -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' } : {}),