diff --git a/apps/src/shared/SettingsInput.tsx b/apps/src/shared/SettingsInput.tsx index c576755221..e91d1bd0be 100644 --- a/apps/src/shared/SettingsInput.tsx +++ b/apps/src/shared/SettingsInput.tsx @@ -1,8 +1,6 @@ import React, { useState } from 'react'; import { TouchableOpacity, StyleSheet } from 'react-native'; -import ThemedText from './ThemedText'; -import ThemedView from './ThemedView'; -import ThemedTextInput from './ThemedTextInput'; +import { ThemedText, ThemedView, ThemedTextInput } from '.'; type Props = { label: string; diff --git a/apps/src/shared/SettingsSwitch.tsx b/apps/src/shared/SettingsSwitch.tsx index b98c48430e..1ba1750594 100644 --- a/apps/src/shared/SettingsSwitch.tsx +++ b/apps/src/shared/SettingsSwitch.tsx @@ -33,7 +33,6 @@ const styles = StyleSheet.create({ borderWidth: 1, borderRadius: 5, borderColor: '#039be5', - backgroundColor: 'white', }, label: { fontSize: 15,