mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: update block card styles (#3290)
This commit is contained in:
@@ -7,8 +7,10 @@ export const importPageContainerStyle = style({
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
borderRadius: '16px',
|
||||
boxShadow: 'var(--affine-shadow-1)',
|
||||
borderRadius: '12px',
|
||||
boxShadow: 'var(--affine-popover-shadow)',
|
||||
background: 'var(--affine-background-overlay-panel-color)',
|
||||
overflow: 'hidden',
|
||||
});
|
||||
|
||||
export const importPageBodyStyle = style({
|
||||
|
||||
Reference in New Issue
Block a user