From 6bcbd23403ec067db246f48ce25dde2e08d837f1 Mon Sep 17 00:00:00 2001 From: Arnaud AMBROSELLI Date: Mon, 6 Jan 2025 14:32:24 +0100 Subject: [PATCH] black letters --- expo/src/scenes/Gains/Goal.js | 48 +++++++++++++---------------------- 1 file changed, 17 insertions(+), 31 deletions(-) diff --git a/expo/src/scenes/Gains/Goal.js b/expo/src/scenes/Gains/Goal.js index 732a5fd55..aec14d9a3 100644 --- a/expo/src/scenes/Gains/Goal.js +++ b/expo/src/scenes/Gains/Goal.js @@ -26,11 +26,7 @@ import API from "../../services/api"; import { logEvent } from "../../services/logEventsWithMatomo"; import { storage } from "../../services/storage"; import { defaultPaddingFontScale, hitSlop, screenHeight } from "../../styles/theme"; -import { - drinksCatalogObject, - drinksCategories, - mapDrinkToDose, -} from "../ConsoFollowUp/drinksCatalog"; +import { drinksCatalogObject, drinksCategories, mapDrinkToDose } from "../ConsoFollowUp/drinksCatalog"; import HelpModalCountConsumption from "./HelpModalCountConsumption"; const Goal = ({ navigation }) => { @@ -173,14 +169,15 @@ const Goal = ({ navigation }) => { noPaddingHorizontal onPressBackButton={navigation.goBack} title="Mon objectif semaine" - Icon={GoalSetup}> + Icon={GoalSetup} + > Maintenant fixez-vous un objectif réaliste en{" "} nombre de jours sans boire et en{" "} - unités autorisées par semaine afin de réduire votre - consommation et de diminuer les risques associés à l'usage répété de l'alcool. + unités autorisées par semaine afin de réduire votre consommation et de + diminuer les risques associés à l'usage répété de l'alcool. @@ -189,21 +186,14 @@ const Goal = ({ navigation }) => { className="justify-center items-center rounded-3xl bg-[#4030A5] mb-8" onPress={() => { setDrinksByWeek([]); - setDaysWithGoalNoDrink([ - "monday", - "tuesday", - "wednesday", - "thursday", - "friday", - "saturday", - "sunday", - ]); + setDaysWithGoalNoDrink(["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"]); logEvent({ category: "GAINS", action: "GOAL_DRINKWEEK_ABSTINENCE", }); setModalValidationVisible(true); - }}> + }} + > Je vise l'abstinence soit 0 consommation @@ -266,15 +256,10 @@ const Goal = ({ navigation }) => { - - Rappel de ma consommation initiale par semaine - + Rappel de ma consommation initiale par semaine {numberDrinkEstimation} - - {" "} - {Number(numberDrinkEstimation) > 1 ? "unités" : "unité"} - + {Number(numberDrinkEstimation) > 1 ? "unités" : "unité"} @@ -290,9 +275,8 @@ const Goal = ({ navigation }) => { - Pensez bien à ajouter vos consommations{" "} - tous les jours même quand vous n'avez pas bu, pour - que l'application puisse vous informer si vous avez réussi ou non votre objectif de la + Pensez bien à ajouter vos consommations tous les jours même quand vous + n'avez pas bu, pour que l'application puisse vous informer si vous avez réussi ou non votre objectif de la semaine !{" "} @@ -362,10 +346,12 @@ const DayButton = ({ content, onPress, active }) => { className={[ "h-9 w-9 rounded-full border border-[#4030A5] justify-center items-center", active ? "bg-[#4030A5]" : "bg-[#eeeeee]", - ].join(" ")}> + ].join(" ")} + > + className="text-base font-bold justify-center items-center text-[#eeeeee]" + color={active ? "#eeeeee" : "#000000"} + > {content}