chore: update theme color (#2242)

This commit is contained in:
JimmFly
2023-05-06 04:34:01 +08:00
committed by GitHub
parent 80c1f9e546
commit 8d8119b39b
4 changed files with 45 additions and 64 deletions

View File

@@ -42,7 +42,7 @@ export const StyledCard = styled('div')<{
height: '124px',
cursor: 'pointer',
padding: '16px',
boxShadow: 'var(--affine-shadow)',
boxShadow: 'var(--affine-shadow-1)',
borderRadius: '12px',
border: `1px solid ${borderColor}`,
...displayFlex('flex-start', 'flex-start'),