Skip to content

Commit 0d6bd9d

Browse files
Update core/src/components/chip/chip.tsx
Co-authored-by: Brandy Smith <[email protected]>
1 parent e729dea commit 0d6bd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/chip/chip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class Chip implements ComponentInterface {
6464
/**
6565
* Set to `"small"` for a chip with less height and padding.
6666
*
67-
* Defaults to `"large"` for the ionic theme, and undefined for all other themes.
67+
* Defaults to `"medium"`.
6868
*/
6969
@Prop() size?: 'small' | 'medium' | 'large' = 'medium';
7070

0 commit comments

Comments
 (0)