refactor: change the theme color scheme

This commit is contained in:
2025-10-28 20:26:10 +08:00
parent bd817279db
commit a05bd23766
12 changed files with 158 additions and 41 deletions

View File

@@ -43,7 +43,7 @@ const InputDrawer: React.FC<Props> = ({ open, onClose, onResult, containerEl })
width={isMobile ? '100%' : '33%'}
open={open}
onClose={onClose}
mask={false}
mask
getContainer={containerEl ? () => containerEl : undefined}
closable={false}
zIndex={1500}
@@ -58,7 +58,7 @@ const InputDrawer: React.FC<Props> = ({ open, onClose, onResult, containerEl })
alignItems: 'center',
justifyContent: 'center',
},
mask: { top: topbarHeight, height: `calc(100% - ${topbarHeight}px)` },
// mask: { top: topbarHeight, height: `calc(100% - ${topbarHeight}px)`, backgroundColor: 'var(--mask)' },
}}
>
<div className="input-drawer-inner">