Skip to content

Commit

Permalink
Merge branch 'master' into IOAPPX-445-replace-legacy-footer-with-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
LeleDallas authored Dec 9, 2024
2 parents ea77a7d + 1dbc898 commit 7b3c2cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ts/features/wallet/components/WalletCategoryFilterTabs.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -64,13 +63,14 @@ const WalletCategoryFilterTabs = () => {
))
]}
</TabNavigation>
<VSpacer size={16} />
</View>
);
};

const styles = StyleSheet.create({
container: {
paddingTop: 8,
paddingBottom: 16,
marginHorizontal: -IOVisualCostants.appMarginDefault * 2,
paddingHorizontal: IOVisualCostants.appMarginDefault
}
Expand Down

0 comments on commit 7b3c2cd

Please sign in to comment.