mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 09:45:20 +00:00
changed font
This commit is contained in:
@ -15,7 +15,7 @@ const DrawerButton = (props: IDrawerButtonProps) => {
|
||||
<Button
|
||||
onPress={props.pressFunc}
|
||||
label={props.title}
|
||||
labelStyle={{ fontSize: 14 }}
|
||||
labelStyle={styles.labelStyle}
|
||||
color={props.color}
|
||||
backgroundColor="white"
|
||||
iconSource={() => (
|
||||
@ -43,8 +43,9 @@ export default DrawerButton;
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
iconContainer: {
|
||||
width: '70%',
|
||||
width: "70%",
|
||||
aspectRatio: 1,
|
||||
borderRadius: 50,
|
||||
},
|
||||
labelStyle: { fontSize: 14, fontFamily: "Manrope_600SemiBold" },
|
||||
});
|
||||
|
Reference in New Issue
Block a user