Skip to content

Commit

Permalink
fixup! fix(map): normalize markers size
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Aug 3, 2024
1 parent 7de81ee commit 982c0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/map_view_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ abstract class MapWidgetConfig {

static const mapMarkerWidth = 22.0;
static const mapMarkerHeight = 34.0;
static const activeMapMarkerWidth = 38.0;
static const activeMapMarkerHeight = 58.0;
static const activeMapMarkerWidth = 30.4;
static const activeMapMarkerHeight = 46.4;
}

abstract class BuildingSearchConfig {
Expand Down

0 comments on commit 982c0d7

Please sign in to comment.