generated from Klectr/KTemplate
feat(text): set initial fontsize higher
This commit is contained in:
parent
3f199cf43f
commit
a31ac3c3f1
@ -8,7 +8,7 @@ export function TextButton() {
|
|||||||
|
|
||||||
function _handleClick(e: MouseEvent) {
|
function _handleClick(e: MouseEvent) {
|
||||||
TextSignal.default.addText({
|
TextSignal.default.addText({
|
||||||
fontSize: 10,
|
fontSize: 84,
|
||||||
type: "texts",
|
type: "texts",
|
||||||
title: "New Note",
|
title: "New Note",
|
||||||
contents: "todo: fill me",
|
contents: "todo: fill me",
|
||||||
|
Loading…
Reference in New Issue
Block a user