mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-16 17:03:21 +00:00
chore: generate
This commit is contained in:
parent
95be07463b
commit
d9700c4cd5
1 changed files with 3 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue