Skip to content

Commit

Permalink
Remove unnecesary flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard committed Feb 14, 2024
1 parent 5fc5589 commit ed94380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ ThemeData darkTheme = ThemeData.from(
colorScheme: darkColorScheme,
textTheme: generatedTextTheme,
).copyWith(
useMaterial3: true,
applyElevationOverlayColor: false,
// TODO: Make text less white.
primaryTextTheme: ThemeData.dark().primaryTextTheme.merge(generatedTextTheme),
Expand Down
1 change: 1 addition & 0 deletions m3_changes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cards now have more rounded corners??

0 comments on commit ed94380

Please sign in to comment.