fix: nds9 font size should be 10px
This commit is contained in:
@@ -55,7 +55,7 @@ useRender((ctx) => {
|
||||
}
|
||||
|
||||
ctx.fillStyle = "black";
|
||||
ctx.font = "9px NDS9";
|
||||
ctx.font = "10px NDS9";
|
||||
ctx.letterSpacing = "2px";
|
||||
|
||||
const timeText = `${month}/${year}`;
|
||||
|
||||
Reference in New Issue
Block a user