Configure calendar widget to show Sunday first

Fixes #217
This commit is contained in:
ajnart
2022-06-14 20:50:11 +02:00
parent 778988de58
commit 5d31e414f0
2 changed files with 18 additions and 2 deletions

View File

@@ -120,8 +120,8 @@ export function ModuleWrapper(props: any) {
styles={{
root: {
position: 'absolute',
top: 15,
right: 15,
top: 12,
right: 12,
},
}}
/>