diff --git a/components/SettingsTab.tsx b/components/SettingsTab.tsx index 857b4b0..0177c63 100644 --- a/components/SettingsTab.tsx +++ b/components/SettingsTab.tsx @@ -129,12 +129,6 @@ export const SettingsTab = () => { }; const styles = StyleSheet.create({ - stretch: { - borderTopLeftRadius: 3, - borderBottomLeftRadius: 3, - height: 130, - resizeMode: 'cover', - }, centeredView: { flex: 1, justifyContent: 'center', @@ -143,23 +137,6 @@ export const SettingsTab = () => { maxHeight: '100%', overflow: 'scroll', }, - modalView: { - maxHeight: height - 50, - width: '90%', - margin: 20, - backgroundColor: 'white', - borderRadius: 5, - padding: 35, - alignItems: 'center', - shadowColor: '#000', - shadowOffset: { - width: 0, - height: 2, - }, - shadowOpacity: 0.25, - shadowRadius: 4, - elevation: 5, - }, touchableStyle: { height: 60, backgroundColor: diff --git a/components/releasePageComponents/ReleaseShow.tsx b/components/releasePageComponents/ReleaseShow.tsx index f10c202..db6eb20 100644 --- a/components/releasePageComponents/ReleaseShow.tsx +++ b/components/releasePageComponents/ReleaseShow.tsx @@ -102,7 +102,7 @@ export const ReleaseShow = observer(({ showInfo, index }: releaseShowProps) => { stretch: { borderTopLeftRadius: 3, borderBottomLeftRadius: 3, - height: 130, + height: 150, resizeMode: 'cover', }, centeredView: { @@ -113,23 +113,6 @@ export const ReleaseShow = observer(({ showInfo, index }: releaseShowProps) => { maxHeight: '100%', overflow: 'scroll', }, - modalView: { - maxHeight: height - 50, - width: '90%', - margin: 20, - backgroundColor: 'white', - borderRadius: 5, - padding: 35, - alignItems: 'center', - shadowColor: '#000', - shadowOffset: { - width: 0, - height: 2, - }, - shadowOpacity: 0.25, - shadowRadius: 4, - elevation: 5, - }, button: { borderRadius: 20, padding: 10, @@ -141,16 +124,12 @@ export const ReleaseShow = observer(({ showInfo, index }: releaseShowProps) => { buttonClose: { backgroundColor: '#2196F3', }, - modalText: { - marginBottom: 20, - fontSize: 20, - }, cardStyle: { marginLeft: 5, marginTop: 10, marginBottom: 10, marginRight: 5, - height: 130, + height: 150, backgroundColor: Appearance.getColorScheme() !== 'light' ? colors.subsPleaseDark1 @@ -391,7 +370,7 @@ export const ReleaseShow = observer(({ showInfo, index }: releaseShowProps) => { navigation.navigate('release-info', { showInfo }) } > - +