fix: make toast wrap

This commit is contained in:
Aiden Cline
2025-11-19 22:50:27 -06:00
parent db2353a33b
commit 19d7a9ec8c
@@ -38,7 +38,9 @@ export function Toast() {
{current().title}
</text>
</Show>
<text fg={theme.text}>{current().message}</text>
<text fg={theme.text} wrapMode="word" width="100%">
{current().message}
</text>
</box>
)}
</Show>