purchase button dynamic width

This commit is contained in:
Nouman Tahir 2022-10-11 14:31:15 +05:00
parent b204da8f0d
commit f52007e914

View File

@ -20,13 +20,16 @@ export default EStyleSheet.create({
},
buttonContent: {
flexDirection: 'row',
alignItems:'center',
},
buttonText: {
color: '$pureWhite',
fontSize: 14,
fontWeight: 'bold',
alignSelf: 'center',
width: 100,
marginRight:16,
minWidth:110,
maxWidth:140,
},
buttonIconWrapper: {
backgroundColor: '$pureWhite',