reset button

main_design2.0
nextwo 2 years ago
parent 307fd55fa1
commit e42aa6205f

@ -73,7 +73,7 @@ class _AllRequestsSearchPageState extends State<AllRequestsSearchPage> {
children: [
Text(
context.translation.reset,
// style: AppTextStyles.bodyText2.copyWith(color: const Color(0xFF4A8DB7)),
style: AppTextStyles.bodyText2.copyWith(color: const Color(0xFF4A8DB7)),
).paddingAll(8).onPress(() {
setState(() {
search.resetSearchValues();

Loading…
Cancel
Save