Skip to content

Commit

Permalink
BoxControl: Default to small inputs
Browse files Browse the repository at this point in the history
The `small` variant is now more appropriate in this use case.
  • Loading branch information
mirka committed Oct 14, 2021
1 parent 2b720a0 commit 52664bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/box-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import { useControlledState } from '../utils/hooks';

const defaultInputProps = {
min: 0,
size: 'small',
};

function useUniqueId( idProp ) {
Expand Down

0 comments on commit 52664bb

Please sign in to comment.