ソースを参照

chore: generate

opencode-agent[bot] 2 日 前
コミット
d9700c4cd5
1 ファイル変更3 行追加1 行削除
  1. 3 1
      packages/tui/src/ui/toast.tsx

+ 3 - 1
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
+        }
       >
         <Show
           when={props.toast.title}