mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-04 03:56:54 +03:00
purchase button dynamic width
This commit is contained in:
parent
b204da8f0d
commit
f52007e914
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user