From 21efc0f80574f3093acf1e05295fca7136de2af8 Mon Sep 17 00:00:00 2001 From: Prajjaval Verma Date: Thu, 18 Apr 2024 19:39:43 +0530 Subject: [PATCH] Bug fix | TP-61793 | TP-61794 | TP-61795 (#10548) --- .../footer-with-card-widget/FooterWithCardWidgetStyle.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/widgets/footer-with-card-widget/FooterWithCardWidgetStyle.ts b/components/widgets/footer-with-card-widget/FooterWithCardWidgetStyle.ts index 43bcd532a8..2706b1cba6 100644 --- a/components/widgets/footer-with-card-widget/FooterWithCardWidgetStyle.ts +++ b/components/widgets/footer-with-card-widget/FooterWithCardWidgetStyle.ts @@ -21,7 +21,7 @@ const styles = StyleSheet.create({ flexDirection: "row", justifyContent: "space-between", paddingBottom: 32, - paddingTop: 12, + paddingTop: 11, paddingHorizontal: 16, }, roundedRowContainer: { @@ -54,7 +54,6 @@ const styles = StyleSheet.create({ shadowOffset: { width: 0, height: -16 }, shadowRadius: 8, elevation: 12, - borderWidth: 1 }, greenSeparatorContainer: { paddingHorizontal: 16,