chore: update UI
This commit is contained in:
@@ -974,9 +974,9 @@ export default function UsersScreen() {
|
||||
{ color: colors.warning },
|
||||
]}
|
||||
>
|
||||
{item.clientData.amende}
|
||||
{item.clientData.amende} €
|
||||
</Text>
|
||||
<Text style={styles.statLabel}>Amendes</Text>
|
||||
<Text style={styles.statLabel}>Amende</Text>
|
||||
</View>
|
||||
)}
|
||||
<View style={styles.stat}>
|
||||
@@ -1456,16 +1456,16 @@ export default function UsersScreen() {
|
||||
Amende actuelle
|
||||
</Text>
|
||||
<Text style={{ color: colors.warning, fontSize: fontSize.lg, fontWeight: "700" }}>
|
||||
{sanctionModal.client?.amende ?? 0} pts
|
||||
{sanctionModal.client?.amende ?? 0} €
|
||||
</Text>
|
||||
</View>
|
||||
|
||||
{/* Ajouter amende */}
|
||||
<TextInput
|
||||
label="Points à ajouter"
|
||||
label="Montant à ajouter (€)"
|
||||
value={amendeAmount}
|
||||
onChangeText={setAmendeAmount}
|
||||
keyboardType="numeric"
|
||||
keyboardType="decimal-pad"
|
||||
icon={<Ionicons name="add-circle-outline" size={18} color={colors.textMuted} />}
|
||||
/>
|
||||
<TextInput
|
||||
|
||||
Reference in New Issue
Block a user