This commit is contained in:
Patrick Alvin Alcala 2025-02-14 16:42:29 +08:00
parent 28cb4cac67
commit 37b6a67e9e

View file

@ -53,7 +53,7 @@ class DatePickerWidget extends StatelessWidget {
onPressed: () => {_selectDate(context)},
child: Text('Select Date',
style: GoogleFonts.outfit(
textStyle: const TextStyle(color: Colors.white, fontSize: 16),
textStyle: const TextStyle(color: Colors.white, fontSize: 14, height: 2),
)),
),
),