diff --git a/presentation/react-native/components/HabitProgress.tsx b/presentation/react-native/components/HabitProgress.tsx index ecf8611..c834f35 100644 --- a/presentation/react-native/components/HabitProgress.tsx +++ b/presentation/react-native/components/HabitProgress.tsx @@ -2,6 +2,8 @@ import { useState } from "react" import { ScrollView, StyleSheet, View } from "react-native" import { Button, Snackbar, Text, TextInput } from "react-native-paper" import { SafeAreaView } from "react-native-safe-area-context" +import type { IconName } from "@fortawesome/free-solid-svg-icons" +import { FontAwesomeIcon } from "@fortawesome/react-native-fontawesome" import type { GoalNumeric } from "@/domain/entities/Goal" import { GoalNumericProgress } from "@/domain/entities/Goal" @@ -66,15 +68,34 @@ export const HabitProgress: React.FC = ({ paddingHorizontal: 20, }} > - - {habitHistory.habit.name} - + + + + {habitHistory.habit.name} + +