Skip to content

Commit

Permalink
Remove my from slider to match deployed version
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Mar 6, 2024
1 parent cf1ca98 commit 6c34c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simulator/RangeSensor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const RangeSensor = ({
min={min}
max={max}
onChange={handleChange}
my={5}
colorScheme="blackAlpha"
onMouseEnter={() => handleMouseOverTooltip(true)}
onMouseLeave={() => handleMouseOverTooltip(false)}
Expand Down

0 comments on commit 6c34c0c

Please sign in to comment.