More bigger

This commit is contained in:
2025-06-28 01:21:36 +02:00
parent 4bf0f366eb
commit 1ebfcc5cc3
2 changed files with 5 additions and 4 deletions

View File

@@ -13,8 +13,9 @@
"windows": [ "windows": [
{ {
"title": "journaler", "title": "journaler",
"width": 800, "width": 1600,
"height": 600 "height": 1200,
"center": true
} }
], ],
"security": { "security": {

View File

@@ -52,8 +52,8 @@ function Calendar({
...classNames, ...classNames,
}} }}
components={{ components={{
IconLeft: ({ ..._props }) => <ChevronLeft className="h-4 w-4" />, IconLeft: ({ }) => <ChevronLeft className="h-4 w-4" />,
IconRight: ({ ..._props }) => <ChevronRight className="h-4 w-4" />, IconRight: ({ }) => <ChevronRight className="h-4 w-4" />,
}} }}
{...props} {...props}
/> />