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 + } >