Skip to content

Commit

Permalink
Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
amalnanavati committed May 13, 2024
1 parent 6600333 commit 3f07f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedingwebapp/src/Pages/Header/TeleopSubcomponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ const TeleopSubcomponent = (props) => {
{/* Allow users to tune to speed of the current teleop mode */}
<View
style={{
flex: 1,
flex: props.allowIncreasingForceThreshold ? 1 : 2,
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
Expand Down

0 comments on commit 3f07f96

Please sign in to comment.