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,