diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e6b36ed..1bc324f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -13,8 +13,9 @@ "windows": [ { "title": "journaler", - "width": 800, - "height": 600 + "width": 1600, + "height": 1200, + "center": true } ], "security": { diff --git a/src/components/ui/calendar.tsx b/src/components/ui/calendar.tsx index 3160ad0..fa0a1a0 100644 --- a/src/components/ui/calendar.tsx +++ b/src/components/ui/calendar.tsx @@ -52,8 +52,8 @@ function Calendar({ ...classNames, }} components={{ - IconLeft: ({ ..._props }) => , - IconRight: ({ ..._props }) => , + IconLeft: ({ }) => , + IconRight: ({ }) => , }} {...props} />