Skip to content

Commit

Permalink
changes theme settings
Browse files Browse the repository at this point in the history
  • Loading branch information
IoannisMaras committed Jul 13, 2022
1 parent f0e074c commit fdafd28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ class MyApp extends StatelessWidget {
return FluentApp(
title: 'Flutter Demo',
theme: ThemeData(
accentColor: Colors.blue,
accentColor: Colors.orange,
brightness: Brightness.dark,
glowFactor: 2.0,
theme.accentColor?.withOpacity(0.2),

),
home: const MyHomePage(title: 'Flutter Demo Home Page'),
);
Expand Down

0 comments on commit fdafd28

Please sign in to comment.