From 15e1388e0dacf4fca77ff22ac67b01b2976e7d40 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sun, 31 Oct 2021 10:06:58 +0500 Subject: [PATCH] fix header padding --- apps/mobile/src/views/Settings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/views/Settings/index.js b/apps/mobile/src/views/Settings/index.js index 8e86bcaaa..b3cd761a2 100644 --- a/apps/mobile/src/views/Settings/index.js +++ b/apps/mobile/src/views/Settings/index.js @@ -383,7 +383,7 @@ const SectionHeader = ({title, collapsed, setCollapsed}) => { }} style={{ height: 50, - paddingHorizontal: 12, + paddingHorizontal: 0, justifyContent: 'space-between', flexDirection: 'row', alignItems: 'center',