Change post prompt to a set of buttons (#55)
This commit is contained in:
parent
f10a8308d9
commit
3f95f98ef9
3 changed files with 59 additions and 4 deletions
|
@ -135,8 +135,15 @@ const styles = StyleSheet.create({
|
|||
fontWeight: 'normal',
|
||||
},
|
||||
|
||||
backIcon: {width: 30, height: 30},
|
||||
backIconWide: {width: 40, height: 30},
|
||||
backIcon: {
|
||||
width: 30,
|
||||
height: 30,
|
||||
},
|
||||
backIconWide: {
|
||||
width: 40,
|
||||
height: 30,
|
||||
marginLeft: 6,
|
||||
},
|
||||
btn: {
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue