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

style: change character input screen colors #14

Merged
merged 2 commits into from
Dec 10, 2023

Conversation

M00NJ
Copy link
Member

@M00NJ M00NJ commented Dec 10, 2023

Small change to the color mapping to match the new style of the converter grid screen.

focusedContainerColor = MaterialTheme.colorScheme.primaryContainer,
unfocusedContainerColor = MaterialTheme.colorScheme.primaryContainer,
focusedContainerColor = MaterialTheme.colorScheme.secondaryContainer,
unfocusedContainerColor = MaterialTheme.colorScheme.surfaceVariant,
Copy link
Member

Choose a reason for hiding this comment

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

It's better to have the same color for unfocusedContainer. Users don't need to focus the text field to input the text

Copy link
Member Author

Choose a reason for hiding this comment

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

Right, I missed this

@SuhasDissa SuhasDissa merged commit b3b04f2 into you-apps:main Dec 10, 2023
1 check passed
@M00NJ
Copy link
Member Author

M00NJ commented Dec 10, 2023

Awesome. Ready for the release :)

@M00NJ M00NJ deleted the character-input branch December 10, 2023 22:08
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