diff --git a/presentation/react-native/components/HabitsStatistics.tsx b/presentation/react-native/components/HabitsStatistics.tsx
index 46ac6006e20b01269c75f9b8976edfe8dd70eafc..c7a2da004285d2d65ddfc39cba7e5b1afb83c3a1 100644
--- a/presentation/react-native/components/HabitsStatistics.tsx
+++ b/presentation/react-native/components/HabitsStatistics.tsx
@@ -84,8 +84,13 @@ export const HabitsStatistics: React.FC<HabitsStatisticsProps> = (props) => {
                       mode="elevated"
                       style={{ marginVertical: 8, marginHorizontal: 10 }}
                     >
-                      <Card.Content>
-                        <Text variant="bodyMedium">
+                      <Card.Content
+                        style={{
+                          justifyContent: "center",
+                          alignItems: "center",
+                        }}
+                      >
+                        <Text variant="bodyMedium" style={{ marginBottom: 5 }}>
                           {totalGoalsSuccess} achieved goals in the{" "}
                           {GOAL_FREQUENCIES_TYPES[frequency]} out of{" "}
                           {totalGoals}.