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
2 changed files with 14 additions and 20 deletions
+1 -1
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',