Skip to content

Commit

Permalink
fix: correction primary color layer
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelNagai committed Sep 11, 2022
1 parent def71f1 commit 2bffe52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ class App extends StatelessWidget {
Widget build(BuildContext context) {
return const MaterialApp(
home: NagaTheme(
principal1: Colors.amber,
principal1: Colors.green,
principal2: Colors.blue,
principal1Background: Colors.amberAccent,
principal2Background: Colors.cyan,
principal1Background: Colors.yellow,
principal2Background: Colors.black,
child: HomePage(),
),
);
Expand Down

0 comments on commit 2bffe52

Please sign in to comment.