clean up styling artifacts
This commit is contained in:
@@ -268,7 +268,7 @@ export function Inner({children, style, header}: DialogInnerProps) {
|
||||
|
||||
export const ScrollableInner = forwardRef<ScrollView, DialogInnerProps>(
|
||||
function ScrollableInner(
|
||||
{children, contentContainerStyle, header, ...props},
|
||||
{children, contentContainerStyle, header, style: _style, ...props},
|
||||
ref,
|
||||
) {
|
||||
const {nativeSnapPoint, disableDrag, setDisableDrag, type} =
|
||||
|
||||
@@ -100,7 +100,7 @@ export function Icon({
|
||||
}
|
||||
|
||||
return (
|
||||
<View style={[a.pb_sm]}>
|
||||
<View style={[a.pb_sm, a.align_center]}>
|
||||
<Comp size="xl" style={{color: iconColor}} />
|
||||
</View>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user