Skip to content

Commit

Permalink
serviceSelectionpage refined
Browse files Browse the repository at this point in the history
  • Loading branch information
SurabhiMishra committed Aug 25, 2022
1 parent 655f36b commit 3095824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/screens/serviceSelectionPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ print(Provider.of<BookingProvider>(context, listen: false)
radius: 40,
child: Image.asset(
'assets/aadharlogo.png',
width: 35,
height: 35,
width: 55,
height: 55,
),
),
),
Expand Down Expand Up @@ -234,7 +234,7 @@ print(Provider.of<BookingProvider>(context, listen: false)
Padding(
padding: const EdgeInsets.all(8.0),
child: Text(
'Choose if you are senior citizen or physically disabled, otherwise go ahead.',
'Choose if you are a senior citizen or differently abled, otherwise go ahead.',
style: GoogleFonts.poppins(
textStyle: const TextStyle(
fontWeight: FontWeight.w500,
Expand Down Expand Up @@ -360,7 +360,7 @@ print(Provider.of<BookingProvider>(context, listen: false)
height: 10,
),
Text(
'Physically Disabled',
'Differently Abled',
style: GoogleFonts.poppins(
textStyle: const TextStyle(
fontWeight: FontWeight.w500,
Expand Down

0 comments on commit 3095824

Please sign in to comment.