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 Nov 1, 2021
1 parent da29622 commit 54b3920
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 54b3920

Please sign in to comment.