use consistent styling in the composer

This commit is contained in:
Eric Bailey
2023-10-09 15:11:43 -05:00
parent c3ec1e6613
commit 3637676778
3 changed files with 17 additions and 20 deletions
+4 -8
View File
@@ -140,13 +140,9 @@ const styles = StyleSheet.create({
input: {
flexGrow: 1,
minWidth: 100,
fontSize: 13,
paddingVertical: 4,
},
tag: {
paddingVertical: 4,
paddingHorizontal: 8,
borderRadius: 4,
overflow: 'hidden',
fontSize: 14,
lineHeight: 14,
paddingTop: 4,
paddingBottom: 6,
},
})