From fffd60d84ca25e9e6b4e1ffb9e0dfc595a9778ba Mon Sep 17 00:00:00 2001 From: CatsJuice Date: Wed, 30 Oct 2024 11:20:10 +0000 Subject: [PATCH] fix(mobile): adjust app tab height (#8635) close AF-1480 --- packages/frontend/core/src/mobile/styles/mobile.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/core/src/mobile/styles/mobile.css.ts b/packages/frontend/core/src/mobile/styles/mobile.css.ts index 3431043154..bb1c6312ec 100644 --- a/packages/frontend/core/src/mobile/styles/mobile.css.ts +++ b/packages/frontend/core/src/mobile/styles/mobile.css.ts @@ -7,7 +7,7 @@ export const globalVars = { globalStyle(':root', { vars: { - [globalVars.appTabHeight]: '68px', + [globalVars.appTabHeight]: '62px', }, });