Change post prompt to a set of buttons (#55)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user