make the font size big s possible as can depending on responsive UI

This commit is contained in:
raf-dev1
2025-06-13 14:48:37 +03:00
parent 28aa3bc406
commit 4d9f08af31

View File

@ -40,7 +40,7 @@ class HomeCard extends StatelessWidget {
child: Text(
name,
style: const TextStyle(
fontSize: 20,
fontSize: 30,
color: Colors.white,
fontWeight: FontWeight.bold,
),