Skip to content

Commit

Permalink
[docs] Fix chip outlined variant (#18806)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored and oliviertassinari committed Dec 12, 2019
1 parent 6fb06f9 commit e809d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/components/chips/SmallOutlinedChips.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default function SmallOutlinedChips() {
onClick={handleClick}
/>
<Chip
variant="outlined"
size="small"
avatar={<Avatar alt="Natacha" src="/static/images/avatar/1.jpg" />}
label="Deletable"
Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/components/chips/SmallOutlinedChips.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default function SmallOutlinedChips() {
onClick={handleClick}
/>
<Chip
variant="outlined"
size="small"
avatar={<Avatar alt="Natacha" src="/static/images/avatar/1.jpg" />}
label="Deletable"
Expand Down

0 comments on commit e809d8f

Please sign in to comment.