Tune the treeview mode to use larger immediate-children (#1506)

* Tune the treeview mode to use larger immediate-children

* Fix display name alignment
This commit is contained in:
Paul Frazee 2023-09-21 13:47:42 -07:00 committed by GitHub
parent 8a5f9cd43d
commit 7931787dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 20 deletions

View file

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