Editors: Remove hover color change

This commit is contained in:
Vishesh Handa
2021-05-06 14:40:02 +02:00
parent 3d07328aab
commit d40c1992cc
4 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class NoteBodyEditor extends StatelessWidget {
border: InputBorder.none,
isDense: true,
fillColor: theme.scaffoldBackgroundColor,
hoverColor: theme.scaffoldBackgroundColor,
),
controller: textController,
textCapitalization: TextCapitalization.sentences,

View File

@ -21,6 +21,7 @@ class NoteTitleEditor extends StatelessWidget {
border: InputBorder.none,
isDense: true,
fillColor: theme.scaffoldBackgroundColor,
hoverColor: theme.scaffoldBackgroundColor,
),
controller: textController,
textCapitalization: TextCapitalization.sentences,

View File

@ -204,6 +204,7 @@ class _NoteEditor extends StatelessWidget {
border: InputBorder.none,
isDense: true,
fillColor: theme.scaffoldBackgroundColor,
hoverColor: theme.scaffoldBackgroundColor,
),
controller: textController,
textCapitalization: TextCapitalization.sentences,

View File

@ -188,6 +188,7 @@ class _NoteEditor extends StatelessWidget {
border: InputBorder.none,
isDense: true,
fillColor: theme.scaffoldBackgroundColor,
hoverColor: theme.scaffoldBackgroundColor,
),
controller: textController,
textCapitalization: TextCapitalization.sentences,