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

Fix default button color on Android when in dark mode, allow buttonColor to take non-hex values #871

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

thunderweasel
Copy link
Contributor

Currently when passing a theme of 'dark', the title changes to white, but the buttons do not. Also, buttonColor requires a hex value to be passed and not for example the hsl format. This PR changes buttonColor to have the same niceties as e.g. dividerColor, allowing various color formats and changing to white by default when the theme is dark.

@thunderweasel thunderweasel changed the title Have Android buttonColor be consistent with how other color props work Fix buttons not being visible by default on Android when in dark theme, allow buttonColor to take non-hex values Dec 1, 2024
@thunderweasel thunderweasel changed the title Fix buttons not being visible by default on Android when in dark theme, allow buttonColor to take non-hex values Fix default button color on Android when in dark mode, allow buttonColor to take non-hex values Dec 1, 2024
@henninghall henninghall merged commit bf0532f into henninghall:master Dec 13, 2024
6 of 8 checks passed
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