diff --git a/lib/screens/serviceSelectionPage.dart b/lib/screens/serviceSelectionPage.dart index 4a2407f..84c662c 100644 --- a/lib/screens/serviceSelectionPage.dart +++ b/lib/screens/serviceSelectionPage.dart @@ -90,8 +90,8 @@ print(Provider.of(context, listen: false) radius: 40, child: Image.asset( 'assets/aadharlogo.png', - width: 35, - height: 35, + width: 55, + height: 55, ), ), ), @@ -234,7 +234,7 @@ print(Provider.of(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, @@ -360,7 +360,7 @@ print(Provider.of(context, listen: false) height: 10, ), Text( - 'Physically Disabled', + 'Differently Abled', style: GoogleFonts.poppins( textStyle: const TextStyle( fontWeight: FontWeight.w500,