update default value of the author size
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-04-18 20:25:20 +02:00
parent b2266f346f
commit ac18fbdeef
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -403,7 +403,7 @@ export default {
return {
tool: localStorage.getItem('tool') ?? 'heading',
author: localStorage.getItem('author') ?? 'Author name',
authorSize: localStorage.getItem('authorSize') ?? 2.5,
authorSize: localStorage.getItem('authorSize') ?? 1.5,
authorShow: localStorage.getItem('authorShow') ?? 1,
authorPadding: localStorage.getItem('authorPadding') ?? 10,
authorAlign: localStorage.getItem('authorAlign') ?? 'left',