Minor alignment fix
This commit is contained in:
parent
7931787dd7
commit
8aabbb9b6f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export function ComposePrompt({onPressCompose}: {onPressCompose: () => void}) {
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
prompt: {
|
prompt: {
|
||||||
paddingHorizontal: 18,
|
paddingHorizontal: 16,
|
||||||
paddingTop: 10,
|
paddingTop: 10,
|
||||||
paddingBottom: 10,
|
paddingBottom: 10,
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue