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