-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SideBarItem leading icon theme should respect configured theme #313
Comments
Related to #243 I think? |
Related in that the app is not respecting the OS control accent color for sure, but it's also not overridable when it should be. |
Hi @keaganhilliard, thanks for filing this issue. I'm a little confused - are you suggesting that the icons in your sidebar should all be purple? Or that the currently selected item's icon should be purple? |
I would expect the icon to be purple when not active. The active one works fine. |
@keaganhilliard OK, I've reproduced the bug. Will look into the cause. |
Ha, that was easy - the cause is that the blue color was hardcoded in. I'll get the fix up shortly. EDIT: Actually, I suspect the problem is due to the EDIT 2: The correct color values do actually come through. Investigating further. |
Got it! The will go live soon |
* feat: Sliver toolbar (#368) * feat: `SliverToolBar` * chore(example): address lints * docs(SliverToolbar): update `floating` doc * feat(example): add page for SliverToolbar * chore: dart format * docs(SliverToolBar): slight change to `pinned` docs * docs(SliverToolBar): add section to readme * docs(SliverToolBar): tweak sample * test(SliverAppBar): add initial tests * chore: update version & changelog * chore: pub upgrade * chore: remove unused imports * test: remove ignore lint * fix(SidebarItem): use theme's primary color instead of hardcoded value (#374) * fix(SidebarItem): use theme's primary color instead of hardcoded value Fixes #313 * chore: update version, changelog
Sweet, thank you! |
Description
The SideBarItem leading widget is hardcoded to blue.
Steps To Reproduce
Code sample
Expected behavior
I would expect the Leading widget to respect the configured theme.
Screenshots
Logs
Logs
The text was updated successfully, but these errors were encountered: