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 ( - + )