How to set the colour of the modal calendar
See original GitHub issueIs it possible to change the blue color in the modal calendar? I’ve tried
customStyles = { {dateInput: {borderColor:“orange”, borderWidth:1}, dateTouchBody: {borderColor:“ornge”, borderWidth:3} } }
But they seem to be for the display of the selected date rather than the calendar displayed to select a date (this on Android with androidMode=“default”).
Thanks in anticipation
Dan
Environment
react-native -v
: 29.0.0node -v
: v8.12.0npm -v
: 6.4.1target platform
: Android and iOSoperating system
: linux
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
How to change the default theme color · Issue #106 - GitHub
Currently the datetime picker displays title background, date/time selection color and Footer text(Cancel, Ok) color with green color.
Read more >Trouble Adding DatePicker to Modal - Displays in backdrop
So it "seems" to be working fine, except that I cannot click anything in the calendar as it is appearing in the backdrop....
Read more >Flex's Pop-Up Modal Colors - Cvent Community
These can be changed within the Site Designer by clicking the modal's widget on the canvas, then to the right of the canvas,...
Read more >Step by step guide on how to Change background and text ...
In the previous tutorial here here, we saw how we can quickly change the background color of the date time picker.
Read more >Calendar Overlay Modal mode - SharePoint Stack Exchange
... hook into the existing SharePoint calendar load function. function ... bindEventClickHandler(); } } // future service pack change may go ...
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
Hi, I solve it.
I’m using expo (https://expo.io) so don’t think that will work for me I’m afraid.