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:
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
Block a user