diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index 56890a2460..5b4f6493af 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -290,7 +290,7 @@ export function SettingsScreen({}: Props) { {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, - }, })