Skip to content

Commit

Permalink
card size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Aug 29, 2024
1 parent dffae3e commit 075bfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/widgets/album_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AlbumCard extends StatelessWidget {
return SizedBox(
width: ResponsiveBreakpoints.of(context).isMobile
? constraints.maxWidth * 0.9
: 250,
: 220,
child: GestureDetector(
onTap: () {
Navigator.push(
Expand Down

0 comments on commit 075bfa6

Please sign in to comment.