Skip to content
Prev Previous commit
Next Next commit
Add min=0 to UnitControl
  • Loading branch information
noisysocks committed Oct 24, 2022
commit fb3f709a695eaa54eb8e6efa83d972b7835fe0c3
1 change: 1 addition & 0 deletions packages/components/src/font-size-picker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ const UnforwardedFontSizePicker = (
} }
size={ size }
units={ hasUnits ? units : [] }
min={ 0 }
/>
</FlexItem>
{ withSlider && (
Expand Down