feat(text): set initial fontsize higher

This commit is contained in:
Triston Armstrong 2024-10-10 23:35:55 -04:00
parent 3f199cf43f
commit a31ac3c3f1
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE

View File

@ -8,7 +8,7 @@ export function TextButton() {
function _handleClick(e: MouseEvent) {
TextSignal.default.addText({
fontSize: 10,
fontSize: 84,
type: "texts",
title: "New Note",
contents: "todo: fill me",