mirror of
https://github.com/urosran/cally.git
synced 2025-07-14 17:25:46 +00:00
new fonts, ui tweaks
This commit is contained in:
@ -30,7 +30,7 @@ const DrawerButton = (props: IDrawerButtonProps) => {
|
||||
)}
|
||||
style={{
|
||||
aspectRatio: 1,
|
||||
borderRadius: 15,
|
||||
borderRadius: 18.55,
|
||||
marginBottom: 12,
|
||||
flexDirection: "column",
|
||||
justifyContent: "space-between",
|
||||
@ -47,5 +47,5 @@ const styles = StyleSheet.create({
|
||||
aspectRatio: 1,
|
||||
borderRadius: 50,
|
||||
},
|
||||
labelStyle: { fontSize: 14, fontFamily: "Manrope_600SemiBold" },
|
||||
labelStyle: { fontSize: 15, fontFamily: "Poppins_400Regular" },
|
||||
});
|
||||
|
Reference in New Issue
Block a user