Skip to content

Commit

Permalink
Merge pull request #79 from Maheen-Ilyas/birds-module-alignment
Browse files Browse the repository at this point in the history
Birds module alignment corrected
  • Loading branch information
sapatevaibhav authored May 17, 2024
2 parents f2e8f28 + eade2de commit f4262d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/modules/birds.dart
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class _BirdWidgetState extends State<BirdWidget> {
onPressed: _navigateToPreviousBird,
icon: const Icon(Icons.arrow_back),
),
const SizedBox(height: 20),
const SizedBox(width: 20),
ElevatedButton(
onPressed: () {
_playBirdSound(bird.soundAsset);
Expand Down

0 comments on commit f4262d4

Please sign in to comment.