cleaning up frontend

This commit is contained in:
Violet Caulfield
2024-10-18 13:42:54 -05:00
parent 163cc37c31
commit c68894da80
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default function Login(): React.JSX.Element {
const Stack = createStackNavigator();
return (
<Stack.Navigator>
<Stack.Navigator screenOptions={{ headerShown: false }}>
{
(_.isUndefined(server) || _.isEmpty(server.url)) ? (
<Stack.Screen
+1 -1
View File
@@ -54,7 +54,7 @@ export default function ServerAddress(): React.JSX.Element {
});
return (
<View theme={isDarkMode ? 'dark' : 'light'} style={jellifyStyles.container}>
<View theme={isDarkMode ? 'dark' : 'light'}>
<YStack alignContent="center">
<SizableText size="$4" fontWeight="800">Connect to Jellyfin</SizableText>
<SizableText color="$color" style={{ fontSize: 20 }}>