Change post prompt to a set of buttons (#55)

This commit is contained in:
Paul Frazee
2023-01-19 14:08:53 -06:00
committed by GitHub
parent 547b663bb6
commit e39759a9a4
3 changed files with 59 additions and 4 deletions
+9 -2
View File
@@ -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',