fix(settings): fix alignment issues in number input (again)
This commit is contained in:
@@ -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]!
|
||||
|
||||
Reference in New Issue
Block a user