diff --git a/components/Header.tsx b/components/Header.tsx index 157aca5..de2667a 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -94,7 +94,7 @@ const styles = StyleSheet.create({ height: 450, }, icon: { - width: 100, + width: 80, height: 100, }, background: { @@ -102,8 +102,7 @@ const styles = StyleSheet.create({ width: "100%", }, line: { - flexGrow: 1, - width: 100, + width: 70, }, content: { height: 450, @@ -113,6 +112,7 @@ const styles = StyleSheet.create({ alignSelf: "center", paddingInline: 32, maxWidth: 350, + gap: 48, }, iconsStatus: { display: "flex", diff --git a/package-lock.json b/package-lock.json index cc40539..68eef48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "starter-react-native", + "name": "react-native-starter-kit-for-appwrite", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "starter-react-native", + "name": "react-native-starter-kit-for-appwrite", "version": "1.0.0", "dependencies": { "@expo/vector-icons": "^14.0.2",