Change textfield handler color.
This commit is contained in:
parent
cdfd7acc14
commit
95bfaf1f45
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue