Changing selected borderRadius through custom theme doesn't work
See original GitHub issueTrying to change the borderRadius through the custom theme, but it seems that it doesn’t work. But changing the backgroundColor seems to work. This is the code that I am using
'stylesheet.day.single': {
.....
selected: {
backgroundColor: colors.flamingo,
borderRadius: 2,
},
},
......
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
css - border-radius not working - Stack Overflow
Sometimes you can apply border-radius to a wrapper container and it will work nicely. For example, I was trying to set border-radius to...
Read more >Border Radius of Dropdown Field Not Responding
Hi,. I'm having trouble with the radius of the dropdown fields, as they aren't responding to changes – even when I add custom...
Read more >Border Radius - Tailwind CSS
Customizing your theme. By default, Tailwind provides five border radius size utilities. You can change, add, or remove these by editing the theme.borderRadius...
Read more >border-radius - CSS: Cascading Style Sheets - MDN Web Docs
The border-radius CSS property rounds the corners of an element's outer border ... and semi-minor axes of the ellipse, using length values.
Read more >How do I set a Theme Style? - Elementor
Border Radius : Set the default border radius to control corner roundness of buttons. Padding: Change the default button padding settings ...
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 Free
Top 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
https://github.com/wix/react-native-calendars/blob/master/src/calendar/day/period/index.js#L129
This is the offending section! Is there a way I’m missing to overwrite containerStyle?
@enagorny Done! I honestly don’t remember the changes I made because it’s been so long ago, but it was only a few lines of code…