Skip to content

Commit

Permalink
import and bg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alduzy committed Jul 11, 2024
1 parent 1c05ae8 commit 43ed663
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions apps/src/shared/SettingsInput.tsx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
1 change: 0 additions & 1 deletion apps/src/shared/SettingsSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const styles = StyleSheet.create({
borderWidth: 1,
borderRadius: 5,
borderColor: '#039be5',
backgroundColor: 'white',
},
label: {
fontSize: 15,
Expand Down

0 comments on commit 43ed663

Please sign in to comment.