Tighten up spacing and dividers

This commit is contained in:
Paul Frazee 2022-12-28 15:50:28 -06:00
parent 84e74d5ee4
commit 23e7ae49d4
4 changed files with 15 additions and 25 deletions

View file

@ -46,14 +46,13 @@ export function ComposePrompt({
const styles = StyleSheet.create({
container: {
borderRadius: 6,
margin: 2,
marginBottom: 0,
paddingHorizontal: 10,
paddingVertical: 10,
flexDirection: 'row',
alignItems: 'center',
backgroundColor: colors.white,
borderTopWidth: 1,
borderTopColor: colors.gray2,
},
noAviContainer: {
paddingVertical: 14,