Change cursor color to dark green

Otherwise it is not visible when in app bar when searching.
This commit is contained in:
Vishesh Handa
2020-09-07 17:23:02 +02:00
parent db0d1eb866
commit a84da10d77

View File

@ -7,7 +7,7 @@ class Themes {
primaryColorLight: const Color(0xFF98ee99),
primaryColorDark: const Color(0xFF338a3e),
accentColor: const Color(0xff6d4c41),
cursorColor: const Color(0xFF66bb6a),
cursorColor: const Color(0xFF338a3e),
textSelectionHandleColor: const Color(0xFF66bb6a),
);