Minor alignment fix

This commit is contained in:
Paul Frazee 2023-09-21 15:07:56 -07:00
parent 7931787dd7
commit 8aabbb9b6f

View file

@ -33,7 +33,7 @@ export function ComposePrompt({onPressCompose}: {onPressCompose: () => void}) {
const styles = StyleSheet.create({
prompt: {
paddingHorizontal: 18,
paddingHorizontal: 16,
paddingTop: 10,
paddingBottom: 10,
flexDirection: 'row',