From f78760cb8385784978d00ec4d3544ec7be1de6b7 Mon Sep 17 00:00:00 2001 From: JimmFly Date: Tue, 6 Jun 2023 12:45:34 +0800 Subject: [PATCH] fix: empty svg color missing (#2692) --- packages/component/src/ui/empty/style.ts | 1 - 1 file changed, 1 deletion(-) 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',