Skip to content

Commit

Permalink
Disable Material 3 for our website (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Dec 8, 2023
1 parent 1b77d0b commit aefefc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class MyApp extends StatelessWidget {
PrivacyPolicyPage.tag: (context) => const PrivacyPolicyPage(),
},
theme: ThemeData(
useMaterial3: false,
primaryColor: SharezoneStyle.primaryColor,
fontFamily: SharezoneStyle.font,
scaffoldBackgroundColor: Colors.white,
Expand Down

0 comments on commit aefefc3

Please sign in to comment.