chore: generate

This commit is contained in:
opencode-agent[bot] 2026-08-13 21:40:18 +00:00
parent 95be07463b
commit d9700c4cd5

View file

@ -52,7 +52,9 @@ function ToastSurface(props: {
paddingRight={2}
paddingTop={1}
paddingBottom={1}
backgroundColor={hovered() ? tint(theme.background.default, theme.text.default, 0.04) : theme.background.default}
backgroundColor={
hovered() ? tint(theme.background.default, theme.text.default, 0.04) : theme.background.default
}
>
<Show
when={props.toast.title}