diff --git a/common/ThemeTypes.tsx b/common/ThemeTypes.tsx
index 166ad69..92157ce 100644
--- a/common/ThemeTypes.tsx
+++ b/common/ThemeTypes.tsx
@@ -93,6 +93,7 @@ export const ThemeTextInput = ({ style, value, disabled, onValueChange, secureTe
borderRadius: 8,
paddingRight: 14,
paddingLeft: 8,
+ paddingVertical: 1,
borderColor: disabled ? colors.textDisabled : colors.text,
borderWidth: 1,
},
@@ -100,6 +101,7 @@ export const ThemeTextInput = ({ style, value, disabled, onValueChange, secureTe
flex: 1,
paddingVertical: 10,
paddingRight: 10,
+ height: 45,
backgroundColor: colors.backPrimary,
color: disabled ? colors.textDisabled : colors.text,
},
diff --git a/screens/Settings.tsx b/screens/Settings.tsx
index 17870f8..146a5de 100644
--- a/screens/Settings.tsx
+++ b/screens/Settings.tsx
@@ -69,7 +69,8 @@ const Settings = () => {
},
label: {
fontWeight: 'bold',
- marginBottom: 8,
+ marginTop: 8,
+ marginBottom: 6,
},
title: {
fontWeight: 'bold',
@@ -85,15 +86,10 @@ const Settings = () => {
justifyContent: 'space-between',
alignItems: 'center',
},
- input: {
- padding: 10,
- marginBottom: 20,
- },
switchContainer: {
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'space-between',
- paddingVertical: 5,
},
activityindicator: {
position: 'absolute',
@@ -114,7 +110,6 @@ const Settings = () => {
Server
URL
{
Benutzername
{
/>
Passwort