From 95bfaf1f45098bb012b5ab06b188857f6ee1dac3 Mon Sep 17 00:00:00 2001 From: stonegate Date: Sat, 1 Aug 2020 23:07:55 +0800 Subject: [PATCH] Change textfield handler color. --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 9d278f1..318272e 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -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,