Updated app icon

This commit is contained in:
Keannu Christian Bernasol 2023-07-17 17:50:16 +08:00
parent 1403657412
commit 00c6974cdc
7 changed files with 12 additions and 23 deletions

View file

@ -31,7 +31,7 @@ export default function CustomDrawerContent(props: {}) {
...{ justifyContent: "center" },
}}
>
<AppIcon size={32} />
<AppIcon size={96} />
<Text style={styles.text_white_medium}>Stud-E</Text>
</View>
@ -57,7 +57,7 @@ export default function CustomDrawerContent(props: {}) {
...{ justifyContent: "center" },
}}
>
<AppIcon size={32} />
<AppIcon size={96} />
<Text style={styles.text_white_medium}>Stud-E</Text>
</View>
<DrawerButton
@ -100,7 +100,7 @@ export default function CustomDrawerContent(props: {}) {
...{ justifyContent: "center" },
}}
>
<AppIcon size={32} />
<AppIcon size={96} />
<Text style={styles.text_white_medium}>Stud-E</Text>
</View>
<DrawerButton

View file

@ -21,10 +21,8 @@ const DrawerScreenSettings: DrawerNavigationOptions = {
width: 260,
},
headerRight: () => (
<View
style={{ flexDirection: "row", marginRight: 16, alignItems: "center" }}
>
<AppIcon size={32} />
<View style={{ flexDirection: "row", alignItems: "center" }}>
<AppIcon size={96} />
</View>
),
};