-
Notifications
You must be signed in to change notification settings - Fork 230
fix(ui): align asset selector styling and improve dark mode appearance #2605
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
base: dev
Are you sure you want to change the base?
fix(ui): align asset selector styling and improve dark mode appearance #2605
Conversation
Tab overlaying coin price and the Asset management text not visible in Light theme mode.
Changed the Asset management to look like the other UiPrimary buttons. Added spacing for the Market Chart header so it does not look like it is overlaying on the price.
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This update improves the style and layout of the selected coin graph control in the dropdown version to share the same style to keep it consistent. - Adjusted dropdown styling to look like divided button styling. - Added padding so the Asset Icon matches the down arrow icon
…to segmented button - Introduced `DropdownWithSearch` widget to replace the default dropdown in `SelectedCoinGraphControl` when in compact mode. - Styled the dropdown to visually match the segmented button including color, border, padding, and radius. - Replaced `collection`'s `firstWhereOrNull` with native Dart fallback to avoid adding external dependencies. - Improved spacing of the AssetIcon to match layout expectations.
Addresses segmented button overlapping coin price and being cut off. Changed Asset Management button on wallet page to be more visible on light mode and to look more like other buttons.