diff --git a/src/components/Colors.ios.tsx b/src/components/Colors.ios.tsx index 686609f..798e457 100644 --- a/src/components/Colors.ios.tsx +++ b/src/components/Colors.ios.tsx @@ -22,5 +22,6 @@ export const colors = StyleSheet.create({ }, input: { backgroundColor: PlatformColor('systemGray5Color'), + color: PlatformColor('label'), } }); \ No newline at end of file diff --git a/src/components/Modal.tsx b/src/components/Modal.tsx index 2acc43b..4c9ea32 100644 --- a/src/components/Modal.tsx +++ b/src/components/Modal.tsx @@ -11,8 +11,6 @@ const Background = styled.View` const Container = styled.View` border-radius: 20px; flex: 1; - justify-content: center; - align-items: center; `; const Modal: React.FC = ({ children }) => { diff --git a/src/screens/Player/index.tsx b/src/screens/Player/index.tsx index 0dabe78..a0a6091 100644 --- a/src/screens/Player/index.tsx +++ b/src/screens/Player/index.tsx @@ -13,8 +13,6 @@ const styles = StyleSheet.create({ } }); -console.log(JSON.stringify(styles)); - export default function Player() { return ( diff --git a/src/screens/Settings/index.tsx b/src/screens/Settings/index.tsx index ceaa680..a184056 100644 --- a/src/screens/Settings/index.tsx +++ b/src/screens/Settings/index.tsx @@ -1,6 +1,5 @@ import React, { useCallback } from 'react'; -import { View, Text, SafeAreaView, Button } from 'react-native'; -import { Picker } from '@react-native-community/picker'; +import { View, Text, SafeAreaView, Button, StyleSheet } from 'react-native'; import { ScrollView } from 'react-native-gesture-handler'; import styled from 'styled-components/native'; import { useSelector } from 'react-redux'; @@ -16,7 +15,6 @@ const InputContainer = styled.View` `; const Input = styled.TextInput` - background-color: #fbfbfb; padding: 15px; margin-top: 5px; border-radius: 5px; @@ -34,15 +32,15 @@ export default function Settings() {
Settings
Jellyfin Server URL - + Jellyfin Access Token - + Jellyfin User ID - +