Skip to content

Commit

Permalink
Service page
Browse files Browse the repository at this point in the history
  • Loading branch information
SurabhiMishra committed Aug 25, 2022
1 parent d6f73c0 commit f0405c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/serviceSelectionPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ print(Provider.of<BookingProvider>(context, listen: false)
Padding(
padding: const EdgeInsets.all(8.0),
child: Text(
'Choose if you are a senior citizen or differently abled, otherwise go ahead.',
'Choose if you are a senior citizen (age>60) or differently abled, otherwise go ahead.',
style: GoogleFonts.poppins(
textStyle: const TextStyle(
fontWeight: FontWeight.w500,
fontSize: 15,
fontSize: 13,
color: Colors.black,
),
),
Expand Down

0 comments on commit f0405c8

Please sign in to comment.