Spacing fixes

This commit is contained in:
Paul Frazee 2023-01-16 16:30:05 -06:00
parent c659f0ef9f
commit 6d4431b777
6 changed files with 31 additions and 16 deletions

View file

@ -67,6 +67,6 @@ const styles = StyleSheet.create({
paddingRight: 5,
},
maxWidth: {
maxWidth: '70%',
maxWidth: '80%',
},
})