Skip to content

Commit

Permalink
fix: replace deprecated elements with equivalent up-to-date items
Browse files Browse the repository at this point in the history
  • Loading branch information
srieteja committed May 21, 2024
1 parent 09a308d commit 046ffff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/at_onboarding_flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class _MyAppState extends State<MyApp> {
brightness: Brightness.light,
primaryColor: const Color(0xFFf4533d),
scaffoldBackgroundColor: Colors.white, colorScheme: ThemeData.light().colorScheme.copyWith(
primary: const Color(0xFFf4533d),
).copyWith(surface: Colors.white),
primary: const Color(0xFFf4533d), surface: Colors.white
).copyWith(),
),
darkTheme: ThemeData().copyWith(
brightness: Brightness.dark,
Expand Down

0 comments on commit 046ffff

Please sign in to comment.