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:
parent
8a5f9cd43d
commit
7931787dd7
2 changed files with 14 additions and 20 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue