mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-11 12:10:47 +08:00
fix: width 126->120
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user