We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e729dea commit 0d6bd9dCopy full SHA for 0d6bd9d
core/src/components/chip/chip.tsx
@@ -64,7 +64,7 @@ export class Chip implements ComponentInterface {
64
/**
65
* Set to `"small"` for a chip with less height and padding.
66
*
67
- * Defaults to `"large"` for the ionic theme, and undefined for all other themes.
+ * Defaults to `"medium"`.
68
*/
69
@Prop() size?: 'small' | 'medium' | 'large' = 'medium';
70
0 commit comments