fix(ui): Fix some ui bugs
This commit is contained in:
@@ -188,8 +188,7 @@ showNearPlacesSideSheet(
|
||||
longitude,
|
||||
);
|
||||
},
|
||||
icon: IconConstants.instance
|
||||
.getMaterialIcon(Icons.turn_right),
|
||||
icon: const Icon(Icons.turn_right,color: Colors.white),
|
||||
label: Text(appLocalization(listViewContext)
|
||||
.map_show_direction),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user