diff --git a/packages/component/src/ui/empty/style.ts b/packages/component/src/ui/empty/style.ts index c79a718a2b..95f4878f36 100644 --- a/packages/component/src/ui/empty/style.ts +++ b/packages/component/src/ui/empty/style.ts @@ -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',