mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-08-02 17:43:19 +08:00
Updated app icon
This commit is contained in:
parent
1403657412
commit
00c6974cdc
7 changed files with 12 additions and 23 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue