mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
Update secondary color to brown
It gives a nicer earthier feel to the app, instead of red, which is a bit too strong.
This commit is contained in:
@ -26,7 +26,7 @@ class JournalApp extends StatelessWidget {
|
||||
theme: new ThemeData(
|
||||
brightness: Brightness.light,
|
||||
primaryColor: Color(0xFF66bb6a),
|
||||
accentColor: Color(0xffe64a19),
|
||||
accentColor: Color(0xff6d4c41),
|
||||
),
|
||||
navigatorObservers: <NavigatorObserver>[observer],
|
||||
);
|
||||
|
Reference in New Issue
Block a user