diff --git a/app/components/Home/TopScreen/Calendar.vue b/app/components/Home/TopScreen/Calendar.vue index 7502468..be9c471 100644 --- a/app/components/Home/TopScreen/Calendar.vue +++ b/app/components/Home/TopScreen/Calendar.vue @@ -55,7 +55,7 @@ useRender((ctx) => { } ctx.fillStyle = "black"; - ctx.font = "9px NDS9"; + ctx.font = "10px NDS9"; ctx.letterSpacing = "2px"; const timeText = `${month}/${year}`;