From 159337f446bbb4d79d2a3a4e2897d0b436a4ec4a Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Tue, 14 Apr 2026 08:44:04 -0400 Subject: [PATCH] clean up styling artifacts --- src/components/Dialog/index.tsx | 2 +- src/components/Prompt.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 37dd509863..86957bb5de 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -268,7 +268,7 @@ export function Inner({children, style, header}: DialogInnerProps) { export const ScrollableInner = forwardRef( function ScrollableInner( - {children, contentContainerStyle, header, ...props}, + {children, contentContainerStyle, header, style: _style, ...props}, ref, ) { const {nativeSnapPoint, disableDrag, setDisableDrag, type} = diff --git a/src/components/Prompt.tsx b/src/components/Prompt.tsx index d11eddde1f..b782ed6388 100644 --- a/src/components/Prompt.tsx +++ b/src/components/Prompt.tsx @@ -100,7 +100,7 @@ export function Icon({ } return ( - + )