Skip to content

Commit f63001f

Browse files
whjvenylTobias Bannwart
andauthored
remove duplicate property (#1119)
Co-authored-by: Tobias Bannwart <[email protected]>
1 parent 8b831f6 commit f63001f

File tree

1 file changed

+1
-1
lines changed
  • packages/webawesome/src/components/callout

1 file changed

+1
-1
lines changed

packages/webawesome/src/components/callout/callout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class WaCallout extends WebAwesomeElement {
2222
static css = [styles, variantStyles, sizeStyles];
2323

2424
/** The callout's theme variant. Defaults to `brand` if not within another element with a variant. */
25-
@property({ reflect: true }) variant: 'brand' | 'neutral' | 'success' | 'warning' | 'danger' | 'brand' = 'brand';
25+
@property({ reflect: true }) variant: 'brand' | 'neutral' | 'success' | 'warning' | 'danger' = 'brand';
2626

2727
/** The callout's visual appearance. */
2828
@property({ reflect: true }) appearance:

0 commit comments

Comments
 (0)