Skip to content

Commit 632c67d

Browse files
fix: do not use material3
1 parent 4b7466a commit 632c67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/app.dart

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class App extends StatelessWidget {
2828
title: 'Nubank Clone',
2929
debugShowCheckedModeBanner: false,
3030
theme: ThemeData(
31+
useMaterial3: false,
3132
fontFamily: FontFamily.gothamSSm,
3233
textTheme: customTextTheme,
3334
),

0 commit comments

Comments
 (0)