modif my account

This commit is contained in:
2025-03-10 20:00:31 +01:00
parent 471d6c5eef
commit b6f169e5f7
5 changed files with 7 additions and 7 deletions

View File

@ -3,6 +3,6 @@ import 'package:flutter/material.dart';
class AppColors {
static const Color noir = Color(0xFF000000); // Noir
static const Color blanc = Color(0xFFFFFFFF); // Blanc
static const Color rouge = Color(0xFFFF0000); // Rouge
static const Color rouge = Color.fromARGB(255, 159, 0, 0); // Rouge
static const Color gris = Color(0xFF808080); // Gris (gris moyen)
}