rm border radius

This commit is contained in:
Samuel Newman
2024-11-12 23:05:58 +00:00
parent a8b95f9860
commit a2a99ff2c3
+1 -9
View File
@@ -499,15 +499,7 @@ function LightboxFooter({
const isMomentumScrolling = React.useRef(false)
return (
<ScrollView
style={[
a.flex_1,
a.max_h_full,
a.w_full,
a.absolute,
a.bottom_0,
a.overflow_hidden,
{borderTopLeftRadius: 8, borderTopRightRadius: 8},
]}
style={[a.flex_1, a.max_h_full, a.w_full, a.absolute, a.bottom_0]}
scrollEnabled={isAltExpanded}
onMomentumScrollBegin={() => {
isMomentumScrolling.current = true