Skip to content
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

Optimize/price change colors in market list #164

Merged

Conversation

mhmd-android
Copy link
Contributor

@mhmd-android mhmd-android commented Oct 28, 2023

This pull request introduces dynamic color selection for the price change indicator in our app. The goal is to improve the visual representation of price trends and enhance the user experience based on the system theme (light or dark mode).

Changes Made

Added four new colors to our theme:

  1. lightUptrendGreen for indicating an upward price trend in light mode.
  2. darkUptrendGreen for indicating an upward price trend in dark mode.
  3. lightDownTrendRed for indicating a downward price trend in light mode.
  4. darkDownTrendRed for indicating a downward price trend in dark mode.

I have tested the changes on some different dynamic light and dark themes to ensure that the selected colors work well with our app's design and provide a clear representation of price trends.

Screenshots:

Shot 0002
Shot 0001
Shot 0003
Shot 0004

Thank you for your review and feedback.

#145

@Kaaveh Kaaveh merged commit f7e935b into Kaaveh:master Oct 29, 2023
1 of 2 checks passed
@Kaaveh
Copy link
Owner

Kaaveh commented Oct 29, 2023

Thanks @mhmd-android ! Great as always! 🙌🏻

@mhmd-android mhmd-android deleted the optimize/price-change-colors-in-market-list branch October 29, 2023 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants