chore: 底部栏高度 28→32px,常量同步更新

This commit is contained in:
thzxx
2026-06-27 22:43:03 +08:00
parent 239bd8703b
commit 68ec4bb7bb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export function StatusBar(): React.JSX.Element {
component="footer"
sx={{
flexShrink: 0, display: 'flex', alignItems: 'center',
px: 1.5, height: 28, bgcolor: 'background.paper',
px: 1.5, height: 32, bgcolor: 'background.paper',
borderTop: 1, borderColor: 'divider', userSelect: 'none',
}}
>