mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: empty svg color missing (#2692)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user