mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
Editors: Remove hover color change
This commit is contained in:
@ -26,6 +26,7 @@ class NoteBodyEditor extends StatelessWidget {
|
|||||||
border: InputBorder.none,
|
border: InputBorder.none,
|
||||||
isDense: true,
|
isDense: true,
|
||||||
fillColor: theme.scaffoldBackgroundColor,
|
fillColor: theme.scaffoldBackgroundColor,
|
||||||
|
hoverColor: theme.scaffoldBackgroundColor,
|
||||||
),
|
),
|
||||||
controller: textController,
|
controller: textController,
|
||||||
textCapitalization: TextCapitalization.sentences,
|
textCapitalization: TextCapitalization.sentences,
|
||||||
|
@ -21,6 +21,7 @@ class NoteTitleEditor extends StatelessWidget {
|
|||||||
border: InputBorder.none,
|
border: InputBorder.none,
|
||||||
isDense: true,
|
isDense: true,
|
||||||
fillColor: theme.scaffoldBackgroundColor,
|
fillColor: theme.scaffoldBackgroundColor,
|
||||||
|
hoverColor: theme.scaffoldBackgroundColor,
|
||||||
),
|
),
|
||||||
controller: textController,
|
controller: textController,
|
||||||
textCapitalization: TextCapitalization.sentences,
|
textCapitalization: TextCapitalization.sentences,
|
||||||
|
@ -204,6 +204,7 @@ class _NoteEditor extends StatelessWidget {
|
|||||||
border: InputBorder.none,
|
border: InputBorder.none,
|
||||||
isDense: true,
|
isDense: true,
|
||||||
fillColor: theme.scaffoldBackgroundColor,
|
fillColor: theme.scaffoldBackgroundColor,
|
||||||
|
hoverColor: theme.scaffoldBackgroundColor,
|
||||||
),
|
),
|
||||||
controller: textController,
|
controller: textController,
|
||||||
textCapitalization: TextCapitalization.sentences,
|
textCapitalization: TextCapitalization.sentences,
|
||||||
|
@ -188,6 +188,7 @@ class _NoteEditor extends StatelessWidget {
|
|||||||
border: InputBorder.none,
|
border: InputBorder.none,
|
||||||
isDense: true,
|
isDense: true,
|
||||||
fillColor: theme.scaffoldBackgroundColor,
|
fillColor: theme.scaffoldBackgroundColor,
|
||||||
|
hoverColor: theme.scaffoldBackgroundColor,
|
||||||
),
|
),
|
||||||
controller: textController,
|
controller: textController,
|
||||||
textCapitalization: TextCapitalization.sentences,
|
textCapitalization: TextCapitalization.sentences,
|
||||||
|
Reference in New Issue
Block a user