[Button] Label color in text in button (ios safari)
See original GitHub issuei found the bug maybe when i develop in local and test on my simulator its normal to render color
and when i test on iPhone in safari it look not cool
and it’s the code
<Button variant="contained" color="primary" className={classes.roundButton} disabled={agreement ? false : true} onClick={onClickOpen}> Kirim </Button>
can you help me to fix the color ???
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Text in HTML Buttons is blue on iOS 15 - Apple Developer
I recently updated my iPhone to iOS 15 and suddenly the text inside all the buttons on my website looks blue (when it...
Read more >button tag is not able to change font color on Iphone safari ...
1 Answer. Save this answer. Show activity on this post. Try: appearance: none; and / or -webkit-appearance: none; before your custom styling.
Read more ><button> text color in ios is set to blue by the useragent #886
IOS sets the text color of buttons in the useragent stylesheet to blue. No other browser does this, and it should follow suit....
Read more >How to disable the overlay color for images inside Button and ...
How to disable the overlay color for images inside Button and ... On iOS, an image drawn inside a NavigationLink or a Button...
Read more >The Button element - HTML: HyperText Markup Language
The <button> HTML element is an interactive element activated by a ... by comparing the luminosity of the button text and background color...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
its done with
transition: color .01s
thanks for support @mnajdovaIt doesn’t look like this bug report has enough info for one of us to reproduce it.
Please provide a CodeSandbox (https://material-ui.com/r/issue-template-next), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve