Skip to content

Commit

Permalink
Adjusted opacity of drag and drop
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Nov 5, 2024
1 parent 1bb55fb commit a531fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/pages/map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class MapLegend extends StatelessWidget {
feedback: Container(
width: 24,
height: 24,
color: Colors.green.withOpacity(0.50),
color: Colors.green.withOpacity(0.75),
),
child: Column(
children: [
Expand All @@ -263,7 +263,7 @@ class MapLegend extends StatelessWidget {
feedback: Container(
width: 24,
height: 24,
color: Colors.black.withOpacity(0.50),
color: Colors.black.withOpacity(0.75),
),
child: Column(
children: [
Expand All @@ -287,7 +287,7 @@ class MapLegend extends StatelessWidget {
feedback: Container(
width: 24,
height: 24,
color: Colors.red.withOpacity(0.50),
color: Colors.red.withOpacity(0.75),
),
child: Column(
children: [
Expand Down

0 comments on commit a531fb3

Please sign in to comment.