More bigger
This commit is contained in:
@@ -13,8 +13,9 @@
|
||||
"windows": [
|
||||
{
|
||||
"title": "journaler",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"width": 1600,
|
||||
"height": 1200,
|
||||
"center": true
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
@@ -52,8 +52,8 @@ function Calendar({
|
||||
...classNames,
|
||||
}}
|
||||
components={{
|
||||
IconLeft: ({ ..._props }) => <ChevronLeft className="h-4 w-4" />,
|
||||
IconRight: ({ ..._props }) => <ChevronRight className="h-4 w-4" />,
|
||||
IconLeft: ({ }) => <ChevronLeft className="h-4 w-4" />,
|
||||
IconRight: ({ }) => <ChevronRight className="h-4 w-4" />,
|
||||
}}
|
||||
{...props}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user