Skip to content

Commit

Permalink
fix: width 126->120
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Aug 10, 2024
1 parent b62e0e9 commit 8ecc939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/welcome_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class WelcomePage extends ConsumerWidget {

class MediaCard extends StatelessWidget {
final MediaDetail item;
static const double smallWidth = 126;
static const double smallWidth = 120;
static const double largeWidth = 140;

const MediaCard({super.key, required this.item});
Expand Down

0 comments on commit 8ecc939

Please sign in to comment.