From 6f1e77264bba00a1accd06a47db0254cac1297ce Mon Sep 17 00:00:00 2001 From: dragnoir Date: Sat, 4 May 2024 17:23:29 +0100 Subject: [PATCH] fix Top and bottom borders of header status --- src/components/MoneyReportHeaderStatusBar.tsx | 2 +- src/components/MoneyRequestHeaderStatusBar.tsx | 14 +++++++++++++- src/styles/index.ts | 4 ++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/components/MoneyReportHeaderStatusBar.tsx b/src/components/MoneyReportHeaderStatusBar.tsx index 82a82e014697..a6267f3fe374 100644 --- a/src/components/MoneyReportHeaderStatusBar.tsx +++ b/src/components/MoneyReportHeaderStatusBar.tsx @@ -23,7 +23,7 @@ function MoneyReportHeaderStatusBar({nextStep}: MoneyReportHeaderStatusBarProps) }, [nextStep.message]); return ( - + + paddingVertical: 4, }, + headerStatusBarContainer: { + minHeight: variables.componentSizeNormal, + }, + walletCardLimit: { color: theme.text, fontSize: variables.fontSizeNormal,