Skip to content

Commit bdd093a

Browse files
committed
style cart
1 parent 044477c commit bdd093a

File tree

3 files changed

+159
-161
lines changed

3 files changed

+159
-161
lines changed

assets/icons/remove-icon.png

665 Bytes
Loading

lib/src/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class _MyAppState extends ConsumerState<MyApp> with WidgetsBindingObserver {
4242
@override
4343
Widget build(BuildContext context) {
4444
return ScreenUtilInit(
45-
designSize: const Size(360, 760),
45+
designSize: const Size(360, 640),
4646
builder: (context, child) {
4747
return MaterialApp.router(
4848
debugShowCheckedModeBanner: false,

0 commit comments

Comments
 (0)