Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 27, 2021
1 parent 8856382 commit 40f30f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/chips/BasicChips.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function BasicChips() {
return (
<Stack direction="row" spacing={1}>
<Chip label="Chip Filled" />
<Chip label="Chip Oulined" variant="outlined" />
<Chip label="Chip Outlined" variant="outlined" />
</Stack>
);
}

0 comments on commit 40f30f9

Please sign in to comment.