Skip to content

Commit

Permalink
DoJG screen search text color
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainDario committed Jun 19, 2024
1 parent 60af9a1 commit e2cd3e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Fixed:
- Pressing "rate" on linux causes exception
- Importing the dojg deck
- DoJG deep links
- DoJG screen search text color

## v3.4.1 - ワードリストと暗記改善 (09.06.2024)

Expand Down
3 changes: 2 additions & 1 deletion lib/widgets/dojg/dojg_entry_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ class _DojgEntryListState extends ConsumerState<DojgEntryList> {
autocorrect: false,
maxLines: 1,
style: const TextStyle(
fontFamily: g_japaneseFontFamily
fontFamily: g_japaneseFontFamily,
color: Colors.white
),
decoration: InputDecoration(
hintText: LocaleKeys.DojgScreen_dojg_search.tr(),
Expand Down

0 comments on commit e2cd3e4

Please sign in to comment.