Skip to content

Commit

Permalink
docs(button): clarify icon size usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe committed Nov 15, 2023
1 parent 5fd8d29 commit ec63ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Buttons are available in different sizes. Use the size that matches the usage gu
- Buttons can show only an icon.
- Icons with a text label are useful for providing more information about the action. Users scanning an interface might recognize an icon quicker than text.
- Buttons with only an icon need to show a tooltip ==link== on hover and focus that tells the user what the button action is.
- Regular size buttons use 24px icons. Buttons size `small` use 16px icons.

### State: Disabled

Expand Down

0 comments on commit ec63ac3

Please sign in to comment.