From a84da10d774fae48f79c26411b7958f0b86f0d15 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Mon, 7 Sep 2020 17:23:02 +0200 Subject: [PATCH] Change cursor color to dark green Otherwise it is not visible when in app bar when searching. --- lib/themes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/themes.dart b/lib/themes.dart index ac409a58..bcb968ca 100644 --- a/lib/themes.dart +++ b/lib/themes.dart @@ -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), );