feat/text-support #9

Merged
tristonarmstrong merged 13 commits from feat/text-support into main 2024-10-12 11:19:11 +00:00
Showing only changes of commit a31ac3c3f1 - Show all commits

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",