Skip to content

Commit 440168e

Browse files
committed
Changed theme colors
1 parent 89159f8 commit 440168e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/main.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,13 @@ class MyApp extends StatelessWidget {
5353
Widget build(BuildContext context) {
5454
return VRouter(
5555
theme: ThemeData(
56+
textSelectionTheme: TextSelectionThemeData(cursorColor: Colors.grey),
5657
primaryColor: Color(0xffda291c),
5758
accentColor: Color(0xffdf4d52),
59+
inputDecorationTheme: InputDecorationTheme(
60+
focusedBorder: UnderlineInputBorder(
61+
borderSide: BorderSide(color: Color(0xffda291c)),
62+
)),
5863
buttonTheme: ButtonThemeData(
5964
buttonColor: Color(0xffda291c),
6065
textTheme: ButtonTextTheme.primary,

0 commit comments

Comments
 (0)