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
No known key found for this signature in database
GPG Key ID: 1C1E76924FAFDDE4

View File

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