wildergd on fix-lookup-to-use-internal-overlay
fix: fix implement using Intern… fix: fix tests (compare)
TahimiLeonBravo on fix-markdownoutput-styles
TahimiLeonBravo on master
fix: lift some CSS to MarkdownO… (compare)
theme
const theme = {
rainbow: {
palette: {
brand: '#80deea',
mainBackground: '#303030',
},
},
};
Application
component that wraps only one component of your application this will only change the colors of that single component
@TahimiLeonBravo It is helpful, thanks! But I've tried it with one component which resulted in style change for the whole app. I am not sure what you are using under the hood but seems not to play well with Chakra UI. What about going for deeper customization of DateTime picker. How would you go with styling the modal, it seems like it's not within the scope of the component itself and is summoned on the upper app level - which makes it hard to style within the scope of that particular component.
Thanks a lot for helping again!
selectionType=“range”
, also you can pass variant=“double”
and it will show two calendars
1.8.1
this functionality is not available, we have already implemented it but we have not published it in a stable version yet. Currently we have a canary version of testing that we are testing 1.18.1-canary.e45b993
you can install it and use it taking into account that this version is not stable, soon we will publish a new version with that feature.