few color changes

This commit is contained in:
AngelV3rgs 2023-07-06 11:30:21 +08:00
parent 49aa0cb5a6
commit d51ab2082d
6 changed files with 27 additions and 24 deletions

View file

@ -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");
}}

View file

@ -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: () => (