mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-05 00:31:27 +08:00
Fix gallery sort label dispear in light theme
This commit is contained in:
@@ -91,7 +91,7 @@ class _GalleriesPage extends State<GalleriesPage> with ThemeModeWidget {
|
||||
}
|
||||
},
|
||||
label: Text(AppLocalizations.of(context)!.sortByGid,
|
||||
style: Theme.of(context).primaryTextTheme.labelMedium),
|
||||
style: Theme.of(context).textTheme.labelMedium),
|
||||
dropdownMenuEntries: [
|
||||
DropdownMenuEntry(
|
||||
value: SortByGid.none,
|
||||
|
||||
Reference in New Issue
Block a user