Removed unused code

zio/stable
Rahul Yadav 2024-01-07 19:50:12 +05:30 committed by GitHub
parent abc65a9347
commit 218fdde8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -290,7 +290,7 @@ export function SettingsScreen({}: Props) {
</SimpleViewHeader>
<ScrollView
style={[s.hContentRegion]}
contentContainerStyle={[isMobile && pal.viewLight]}
contentContainerStyle={isMobile && pal.viewLight}
scrollIndicatorInsets={{right: 1}}>
<View style={styles.spacer20} />
{currentAccount ? (
@ -910,14 +910,4 @@ const styles = StyleSheet.create({
alignItems: 'center',
paddingLeft: 18,
},
desktopContainer: {
borderLeftWidth: 1,
borderRightWidth: 1,
},
noBorder: {
borderBottomWidth: 0,
borderTopWidth: 0,
borderRightWidth: 0,
borderLeftWidth: 0,
},
})