new fonts, ui tweaks

This commit is contained in:
ivic00
2024-10-15 23:07:21 +02:00
parent 4b01e18ac0
commit 43d0d67044
34 changed files with 992 additions and 545 deletions

View File

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