fix marker rendering & modernize riding widgets for dark mode - 2026-04-11
This commit is contained in:
@@ -35,7 +35,7 @@ GetBuilder<MapPassengerController> formSearchPlacesStart() {
|
||||
hintStyle:
|
||||
AppStyle.subtitle.copyWith(color: Colors.grey[600]),
|
||||
prefixIcon:
|
||||
const Icon(Icons.search, color: AppColor.primaryColor),
|
||||
Icon(Icons.search, color: AppColor.primaryColor),
|
||||
suffixIcon: controller.placeStartController.text.isNotEmpty
|
||||
? IconButton(
|
||||
icon: Icon(Icons.clear, color: Colors.grey[400]),
|
||||
|
||||
Reference in New Issue
Block a user