mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +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(
|
theme: new ThemeData(
|
||||||
brightness: Brightness.light,
|
brightness: Brightness.light,
|
||||||
primaryColor: Color(0xFF66bb6a),
|
primaryColor: Color(0xFF66bb6a),
|
||||||
accentColor: Color(0xffe64a19),
|
accentColor: Color(0xff6d4c41),
|
||||||
),
|
),
|
||||||
navigatorObservers: <NavigatorObserver>[observer],
|
navigatorObservers: <NavigatorObserver>[observer],
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user