From 974c6de1d2e1bd5de1ef55d2114ac238309f0c2f Mon Sep 17 00:00:00 2001 From: CatsJuice Date: Fri, 13 Dec 2024 07:27:04 +0000 Subject: [PATCH] chore(mobile): adjust app tab border width (#9122) --- .../frontend/core/src/mobile/components/app-tabs/styles.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/core/src/mobile/components/app-tabs/styles.css.ts b/packages/frontend/core/src/mobile/components/app-tabs/styles.css.ts index be0b52667..96f29015d 100644 --- a/packages/frontend/core/src/mobile/components/app-tabs/styles.css.ts +++ b/packages/frontend/core/src/mobile/components/app-tabs/styles.css.ts @@ -10,7 +10,7 @@ export const appTabs = style({ [appTabsBackground]: cssVarV2.layer.background.mobile.primary, }, backgroundColor: appTabsBackground, - borderTop: `1px solid ${cssVarV2.layer.insideBorder.border}`, + borderTop: `0.5px solid ${cssVarV2.layer.insideBorder.border}`, width: '100dvw',