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

@@ -47,7 +47,7 @@ export const StyledCreateWorkspaceCard = styled('div')(() => {
height: '124px',
cursor: 'pointer',
padding: '16px',
boxShadow: 'var(--affine-shadow)',
boxShadow: 'var(--affine-shadow-1)',
borderRadius: '12px',
transition: 'all .1s',
background: 'var(--affine-white-80)',