1
0
mirror of https://github.com/stonega/tsacdop synced 2025-01-05 19:47:56 +01:00

Change textfield handler color.

This commit is contained in:
stonegate 2020-08-01 23:07:55 +08:00
parent cdfd7acc14
commit 95bfaf1f45

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,