diff --git a/src/components/badge/badge.ts b/src/components/badge/badge.ts index 8d6d8413e..4b9edffba 100644 --- a/src/components/badge/badge.ts +++ b/src/components/badge/badge.ts @@ -17,9 +17,6 @@ import styles from './badge.css'; * * @cssproperty --background-color - The badge's background color. * @cssproperty --border-color - The color of the badge's border. - * @cssproperty --border-radius - The radius of the badge's corners. - * @cssproperty --border-style - The style of the badge's border. - * @cssproperty --border-width - The width of the badge's border. * @cssproperty --text-color - The color of the badge's content. */ @customElement('wa-badge')