diff --git a/ts/features/wallet/components/WalletCategoryFilterTabs.tsx b/ts/features/wallet/components/WalletCategoryFilterTabs.tsx index f4d5d0ab0d8..69e0c5d1a77 100644 --- a/ts/features/wallet/components/WalletCategoryFilterTabs.tsx +++ b/ts/features/wallet/components/WalletCategoryFilterTabs.tsx @@ -1,8 +1,7 @@ import { IOVisualCostants, TabItem, - TabNavigation, - VSpacer + TabNavigation } from "@pagopa/io-app-design-system"; import React from "react"; import { StyleSheet, View } from "react-native"; @@ -64,13 +63,14 @@ const WalletCategoryFilterTabs = () => { )) ]} - ); }; const styles = StyleSheet.create({ container: { + paddingTop: 8, + paddingBottom: 16, marginHorizontal: -IOVisualCostants.appMarginDefault * 2, paddingHorizontal: IOVisualCostants.appMarginDefault }