From d9700c4cd5993e781a9693a3970314d700cbf238 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Thu, 13 Aug 2026 21:40:18 +0000 Subject: [PATCH] chore: generate --- packages/tui/src/ui/toast.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/tui/src/ui/toast.tsx b/packages/tui/src/ui/toast.tsx index eee2787b826..0d3bf1a8501 100644 --- a/packages/tui/src/ui/toast.tsx +++ b/packages/tui/src/ui/toast.tsx @@ -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 + } >