Skip to content

Commit

Permalink
Fix size names in the SelectorGroup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Mar 15, 2024
1 parent 1466a52 commit 18710f6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Pass the `multiple` prop to allow users to select more than one option. Under th

The `size` prop determines the padding of the options. There are three available sizes:

- **mega**, the default size
- **kilo**, used for compact layouts
- **flexible**, used for more complex content within a selector which may define its own padding. Adds minimal equal padding on all sides.
- **small**, used for compact layouts
- **medium**, the default size
- **flexible**, used for more complex content within a selector. Adds equal padding on all sides.

<Story of={Stories.Sizes} />

Expand Down

0 comments on commit 18710f6

Please sign in to comment.