mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 04:07:53 +08:00
Change cursor color to dark green
Otherwise it is not visible when in app bar when searching.
This commit is contained in:
@ -7,7 +7,7 @@ class Themes {
|
|||||||
primaryColorLight: const Color(0xFF98ee99),
|
primaryColorLight: const Color(0xFF98ee99),
|
||||||
primaryColorDark: const Color(0xFF338a3e),
|
primaryColorDark: const Color(0xFF338a3e),
|
||||||
accentColor: const Color(0xff6d4c41),
|
accentColor: const Color(0xff6d4c41),
|
||||||
cursorColor: const Color(0xFF66bb6a),
|
cursorColor: const Color(0xFF338a3e),
|
||||||
textSelectionHandleColor: const Color(0xFF66bb6a),
|
textSelectionHandleColor: const Color(0xFF66bb6a),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user