working on schedual table

This commit is contained in:
ashrafzarkanisala
2024-09-22 00:16:44 +03:00
parent 921ccf0132
commit 66f45721e5
3 changed files with 165 additions and 68 deletions

View File

@ -5,9 +5,10 @@ final myTheme = ThemeData(
fontFamily: 'Aftika',
textTheme: const TextTheme(
bodySmall: TextStyle(
fontSize: 13,
color: ColorsManager.whiteColors,
fontWeight: FontWeight.bold),
fontSize: 13,
color: ColorsManager.whiteColors,
fontWeight: FontWeight.normal,
),
bodyMedium: TextStyle(color: Colors.black87, fontSize: 14),
bodyLarge: TextStyle(fontSize: 16, color: Colors.white),
headlineSmall: TextStyle(color: Colors.black87, fontSize: 18),