diff --git a/app/components/Settings/BottomScreen/NumberInput.vue b/app/components/Settings/BottomScreen/NumberInput.vue index be73863..0f838c8 100644 --- a/app/components/Settings/BottomScreen/NumberInput.vue +++ b/app/components/Settings/BottomScreen/NumberInput.vue @@ -112,7 +112,7 @@ onRender((ctx) => { // value ctx.font = "39px NDS39"; - ctx.letterSpacing = props.digits === 2 ? "3px" : "2px"; + ctx.letterSpacing = "2px"; ctx.textBaseline = "top"; ctx.fillStyle = props.selected ? APP_COLOR_TO_FONT_COLOR[app.color.hex]!