fix: empty svg color missing (#2692)

This commit is contained in:
JimmFly
2023-06-06 12:45:34 +08:00
committed by GitHub
parent 8f6db00402
commit f78760cb83

View File

@@ -10,7 +10,6 @@ export const StyledEmptyContainer = styled('div')<{ style?: CSSProperties }>(
flexDirection: 'column',
color: 'var(--affine-text-secondary-color)',
svg: {
color: 'transparent',
width: style?.width ?? '248px',
height: style?.height ?? '216px',
fontSize: style?.fontSize ?? 'inherit',