From 34d809c510dc6211c799f4be9746b890f6a1015d Mon Sep 17 00:00:00 2001 From: tapframe <85391825+tapframe@users.noreply.github.com> Date: Sun, 18 Jan 2026 14:29:36 +0530 Subject: [PATCH] margin adjustment --- src/screens/SimklSettingsScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/SimklSettingsScreen.tsx b/src/screens/SimklSettingsScreen.tsx index 1ef22708..d6a7bf96 100644 --- a/src/screens/SimklSettingsScreen.tsx +++ b/src/screens/SimklSettingsScreen.tsx @@ -431,7 +431,7 @@ const styles = StyleSheet.create({ disclaimer: { fontSize: 12, textAlign: 'center', - marginTop: 20, + marginTop: 8, marginBottom: 8, }, logoSection: { @@ -439,7 +439,7 @@ const styles = StyleSheet.create({ justifyContent: 'center', paddingVertical: 20, marginTop: 16, - marginBottom: 8, + marginBottom: 0, }, logo: { width: 150,