Change textfield handler color.

This commit is contained in:
stonegate 2020-08-01 23:07:55 +08:00
parent cdfd7acc14
commit 95bfaf1f45
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class MyApp extends StatelessWidget {
theme: lightTheme.copyWith(
accentColor: setting.accentSetColor,
cursorColor: setting.accentSetColor,
textSelectionHandleColor: setting.accentSetColor,
toggleableActiveColor: setting.accentSetColor),
darkTheme: ThemeData.dark().copyWith(
accentColor: setting.accentSetColor,