💄 Styling backgrounds of widgets

This commit is contained in:
ajnart
2022-05-29 09:11:46 +02:00
parent 0457c91ede
commit c7c76ee22b
4 changed files with 48 additions and 30 deletions

View File

@@ -247,6 +247,11 @@ function DayComponent(props: any) {
radius="lg"
shadow="xl"
transition="pop"
styles={{
body: {
boxShadow: '0 0 14px 14px rgba(0, 0, 0, 0.1), 0 14px 11px rgba(0, 0, 0, 0.1)',
},
}}
width={700}
onClose={() => setOpened(false)}
opened={opened}