Skip to content

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

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.

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