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

Fixed Dark Mode issues in AboutUs and Account Screen #2725

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

revanthkumarJ
Copy link
Contributor

Fixes #MM-97

Please Add Screenshots If there are any UI changes.

Page Before After
About Dark Mode WhatsApp Image 2024-12-25 at 9 59 36 AM WhatsApp Image 2024-12-25 at 10 16 27 AM (1)
About Light Mode WhatsApp Image 2024-12-25 at 9 59 37 AM WhatsApp Image 2024-12-25 at 10 16 27 AM
Accounts Dark Mode WhatsApp Image 2024-12-25 at 9 59 38 AM WhatsApp Image 2024-12-25 at 10 16 26 AM

|

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@@ -38,6 +40,7 @@ internal fun AboutUsScreen(
LazyColumn(
modifier = modifier
.fillMaxSize()
.background(MaterialTheme.colorScheme.background)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't apply color directly, instead configure theme or core component and it will be reflected on all screens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants