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

Error message hard to read #938 #985

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abdullah-maher-abbod
Copy link

Fixes #938
-Change the Text color to White
-add an example for the User

Copy link
Collaborator

@EngrTaofeek EngrTaofeek left a comment

Choose a reason for hiding this comment

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

Generally when making changes to the user interface you could add a screenshot or screen recording of the effect of the change

@@ -15,6 +15,7 @@ class TreeTrackerActivity : ComponentActivity() {
private val languageSwitcher: LanguageSwitcher by inject()
private val viewModelFactory: TreeTrackerViewModelFactory by inject()

//hello this is the first change i have made
Copy link
Collaborator

Choose a reason for hiding this comment

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

No need to add this comment. Github automatically the lines and file you made changes to.

Choose a reason for hiding this comment

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

Yeah this was on the first commit, i was trying learn how deal with github.

@@ -281,7 +281,7 @@ fun CustomSnackbar(
Text(
text = data.message,
style = CustomTheme.typography.regular,
color = CustomTheme.textColors.darkText
color = CustomTheme.textColors.lightText
Copy link
Collaborator

Choose a reason for hiding this comment

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

This looks good.

@Elforama
Copy link
Contributor

Elforama commented Jul 6, 2022

I'm not sure this issue was talking about the button text. I think it was referring to the black error text showing in the red box. I think this should be decided by design before committing to a change though. @EngrTaofeek can you confirm with design on this task please?

@abdullah-maher-abbod
Copy link
Author

abdullah-maher-abbod commented Jul 6, 2022

@Elforama Yes, this changing the black error text in the red box as it shown below:
although still not sure because i might need to change for this issues (Country code in the phone number needed to make unique wallet)

image_2022-07-05_221051845

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.

Error message hard to read
3 participants