Skip to content

Commit

Permalink
Arg missed this
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed May 18, 2021
1 parent 99d0775 commit ed75c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/src/controls/Range.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { parse } from './Number';

type RangeProps = ControlProps<NumberValue | null> & RangeConfig;

const RangeInput = styled.input(({ theme, hasValue }) => ({
const RangeInput = styled.input(({ theme }) => ({
// Resytled using http://danielstern.ca/range.css/#/
'&': {
width: '100%',
Expand Down

0 comments on commit ed75c56

Please sign in to comment.