gas refill

main_design2.0
nextwo 2 years ago
parent 64b249a0cd
commit 8f11ef577e

@ -21,7 +21,7 @@ class _AppSearchFieldState extends State<AppSearchField> {
onSubmitted: widget.onSubmitted, onSubmitted: widget.onSubmitted,
decoration: InputDecoration( decoration: InputDecoration(
prefixIcon: const Icon(Icons.search, color: AppColor.neutral20,), prefixIcon: const Icon(Icons.search, color: AppColor.neutral20,),
hintText: context.translate(TranslationKeys.search), hintText: context.translation.search,
hintStyle: TextStyle( hintStyle: TextStyle(
fontSize: Theme.of(context).textTheme.bodySmall.fontSize fontSize: Theme.of(context).textTheme.bodySmall.fontSize
), ),

@ -24,7 +24,7 @@ class MyRequestsPage extends StatelessWidget {
height: 50, height: 50,
child: AppSearchField())), child: AppSearchField())),
SizedBox(width: 20,), SizedBox(width: 20,),
Text(context.translate(TranslationKeys.filter), style: TextStyle( Text("Filter", style: TextStyle(
color: AppColor.primary50, color: AppColor.primary50,
fontSize: Theme.of(context).textTheme.bodySmall.fontSize, fontSize: Theme.of(context).textTheme.bodySmall.fontSize,
fontWeight: FontWeight.w500 fontWeight: FontWeight.w500

@ -70,7 +70,7 @@ class _TrackGasRefillPageState extends State<TrackGasRefillPage> with TickerProv
height: 40, height: 40,
child: AppSearchField())), child: AppSearchField())),
SizedBox(width: 20,), SizedBox(width: 20,),
Text(context.translate(TranslationKeys.filter), style: TextStyle( Text("Filter", style: TextStyle(
color: AppColor.primary50, color: AppColor.primary50,
fontSize: Theme.of(context).textTheme.bodySmall.fontSize, fontSize: Theme.of(context).textTheme.bodySmall.fontSize,
fontWeight: FontWeight.w500 fontWeight: FontWeight.w500

Loading…
Cancel
Save