Remove number limit

This commit is contained in:
2024-02-21 18:18:01 +05:30
parent 9dbe7574d2
commit 564404af45
2 changed files with 33 additions and 38 deletions
+21
View File
@@ -81,6 +81,27 @@ const styles = StyleSheet.create({
alignItems: 'center',
justifyContent: 'flex-start',
},
HDcontainer: {
marginTop: 24,
paddingHorizontal: 8,
},
HDrowContainer: {
flexDirection: 'row',
alignItems: 'center',
},
HDtext: {
color: 'black',
fontSize: 18,
margin: 4,
},
HDtextInput: {
flex: 1,
},
HDbuttonContainer: {
marginTop: 20,
width: 200,
alignSelf: 'center',
},
});
export default styles;