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 f10a8308d9
commit 3f95f98ef9
3 changed files with 59 additions and 4 deletions

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',