Skip to content

Commit e10439d

Browse files
committed
undo modification from original code
1 parent 9b02b74 commit e10439d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/bottom/BottomTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class BottomTabs extends Component<BottomTabsPropsInt, StateInt> {
156156
>
157157
<Tree
158158
data={[this.generateComponentTree(focusComponent.id, components)]}
159-
separation={{ siblings: 0.4, nonSiblings: 0.4 }}
159+
separation={{ siblings: 0.3, nonSiblings: 0.3 }}
160160
transitionDuration={0}
161161
translate={this.state.translate}
162162
onClick={this.handleClick}

0 commit comments

Comments
 (0)