mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-20 20:09:03 -05:00
cleaning up frontend
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }}>
|
||||
|
||||
Reference in New Issue
Block a user