Skip to content

Commit

Permalink
build(deps): Merge remote-tracking branch 'origin/trunk' into dependa…
Browse files Browse the repository at this point in the history
…bot/github_actions/github/codeql-action-3.25.6
  • Loading branch information
cpswan committed May 23, 2024
2 parents 3d48014 + c930329 commit 381cedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/at_common_flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ class MyApp extends StatelessWidget {
theme: ThemeData(
brightness: Brightness.light,
primaryColor: const Color(0xFFf04924),
backgroundColor: Colors.white,
colorScheme: ThemeData.light().colorScheme.copyWith(surface: Colors.white),
),
darkTheme: ThemeData(
brightness: Brightness.dark,
fontFamily: 'RobotoSlab',
primaryColor: const Color(0xFFF05E3E),
backgroundColor: Colors.black,
colorScheme: ThemeData.dark().colorScheme.copyWith(surface: Colors.black),
),
themeMode: snapshot.data,
title: 'Example App',
Expand Down

0 comments on commit 381cedf

Please sign in to comment.