added scalling compatibilty for smaller devices

This commit is contained in:
2024-06-20 18:43:07 +08:00
parent 7f7e65c232
commit 7b396073f7
3 changed files with 65 additions and 62 deletions

View File

@@ -165,7 +165,7 @@ const styles = StyleSheet.create({
alignItems: 'center',
},
dataText: {
fontSize: 16,
fontSize: 11,
color: '#000',
marginLeft: 10,
},