mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-07-07 09:51:34 +00:00
feat: enhance theme management by integrating high contrast support in various components
This commit is contained in:
parent
9441a2cdd3
commit
07780ada4e
5 changed files with 66 additions and 12 deletions
|
|
@ -65,6 +65,8 @@ class AudiobookPlayer extends HookConsumerWidget {
|
|||
themeOfLibraryItemProvider(
|
||||
itemBeingPlayed.valueOrNull?.id,
|
||||
brightness: Theme.of(context).brightness,
|
||||
highContrast: MediaQuery.of(context).highContrast ||
|
||||
appSettings.themeSettings.highContrast,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue