mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-06-28 16:25:46 +08:00
few color changes
This commit is contained in:
parent
49aa0cb5a6
commit
d51ab2082d
6 changed files with 27 additions and 24 deletions
|
@ -36,7 +36,7 @@ export default function CustomDrawerContent(props: {}) {
|
|||
<Text style={styles.text_white_medium}>Stud-E</Text>
|
||||
</View>
|
||||
<DrawerButton
|
||||
color={colors.blue_2}
|
||||
color={colors.blue_3}
|
||||
onPress={() => {
|
||||
navigation.navigate("Home");
|
||||
}}
|
||||
|
|
|
@ -10,14 +10,14 @@ const DrawerScreenSettings: DrawerNavigationOptions = {
|
|||
fontSize: font_sizes.medium,
|
||||
},
|
||||
unmountOnBlur: true,
|
||||
headerStyle: { backgroundColor: colors.blue_3 },
|
||||
headerStyle: { backgroundColor: colors.login_color},
|
||||
headerTintColor: colors.text_default,
|
||||
drawerType: "slide",
|
||||
drawerLabelStyle: {
|
||||
color: colors.text_default,
|
||||
},
|
||||
drawerStyle: {
|
||||
backgroundColor: colors.blue_3,
|
||||
backgroundColor: colors.login_color,
|
||||
width: 260,
|
||||
},
|
||||
headerRight: () => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue