mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 01:29:31 +08:00
fix: rename shadowSxDownLg -> shadow1
This commit is contained in:
@@ -12,7 +12,7 @@ const border_radius_map: Record<PopoverContainerProps['direction'], string> = {
|
||||
export const PopoverContainer = styled('div')<
|
||||
Pick<PopoverContainerProps, 'direction'>
|
||||
>(({ theme, direction, style }) => {
|
||||
const shadow = theme.affine.shadows.shadowSxDownLg;
|
||||
const shadow = theme.affine.shadows.shadow1;
|
||||
const white = theme.affine.palette.white;
|
||||
|
||||
const borderRadius =
|
||||
|
||||
Reference in New Issue
Block a user