|
@@ -436,7 +436,7 @@ const FilterModal = forwardRef<
|
|
|
) : null}
|
|
) : null}
|
|
|
</View>
|
|
</View>
|
|
|
|
|
|
|
|
- <View style={{ marginTop: 'auto', marginBottom: 24 }}>
|
|
|
|
|
|
|
+ <View style={{ marginTop: 'auto' }}>
|
|
|
<Button
|
|
<Button
|
|
|
children="Reset"
|
|
children="Reset"
|
|
|
onPress={() => {
|
|
onPress={() => {
|
|
@@ -924,7 +924,7 @@ const FilterModal = forwardRef<
|
|
|
)}
|
|
)}
|
|
|
</View>
|
|
</View>
|
|
|
|
|
|
|
|
- <View style={{ marginTop: 'auto', marginBottom: 24 }}>
|
|
|
|
|
|
|
+ <View style={{ marginTop: 'auto' }}>
|
|
|
<Button
|
|
<Button
|
|
|
children="Reset"
|
|
children="Reset"
|
|
|
onPress={() => {
|
|
onPress={() => {
|
|
@@ -1027,6 +1027,7 @@ const FilterModal = forwardRef<
|
|
|
defaultOverlayOpacity={0.2}
|
|
defaultOverlayOpacity={0.2}
|
|
|
onClose={handleCloseFilter}
|
|
onClose={handleCloseFilter}
|
|
|
containerStyle={[styles.sheetBackground, isSeriesFilter ? { height: '100%' } : {}]}
|
|
containerStyle={[styles.sheetBackground, isSeriesFilter ? { height: '100%' } : {}]}
|
|
|
|
|
+ safeAreaInsets={{ bottom: insets.bottom, top: insets.top, left: 0, right: 0 }}
|
|
|
>
|
|
>
|
|
|
<View
|
|
<View
|
|
|
style={[
|
|
style={[
|