fix(mobile): adjust app tab height (#8635)

close AF-1480
This commit is contained in:
CatsJuice
2024-10-30 11:20:10 +00:00
parent a791481ac8
commit fffd60d84c

View File

@@ -7,7 +7,7 @@ export const globalVars = {
globalStyle(':root', {
vars: {
[globalVars.appTabHeight]: '68px',
[globalVars.appTabHeight]: '62px',
},
});