Skip to content

Commit

Permalink
Changed theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCoduriV committed Jul 13, 2021
1 parent 89159f8 commit 440168e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ class MyApp extends StatelessWidget {
Widget build(BuildContext context) {
return VRouter(
theme: ThemeData(
textSelectionTheme: TextSelectionThemeData(cursorColor: Colors.grey),
primaryColor: Color(0xffda291c),
accentColor: Color(0xffdf4d52),
inputDecorationTheme: InputDecorationTheme(
focusedBorder: UnderlineInputBorder(
borderSide: BorderSide(color: Color(0xffda291c)),
)),
buttonTheme: ButtonThemeData(
buttonColor: Color(0xffda291c),
textTheme: ButtonTextTheme.primary,
Expand Down

0 comments on commit 440168e

Please sign in to comment.