Skip to content

Commit

Permalink
RangeControl: Increase height to 40px
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Nov 1, 2021
1 parent 40d3765 commit a05caf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import NumberControl from '../../number-control';
import { COLORS, reduceMotion, rtl } from '../../utils';
import { space } from '../../ui/utils/space';

const rangeHeightValue = 30;
const rangeHeightValue = 40;
const railHeight = 4;
const rangeHeight = () =>
css( { height: rangeHeightValue, minHeight: rangeHeightValue } );
Expand Down

0 comments on commit a05caf7

Please sign in to comment.