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 8b831f6 commit f63001fCopy full SHA for f63001f
packages/webawesome/src/components/callout/callout.ts
@@ -22,7 +22,7 @@ export default class WaCallout extends WebAwesomeElement {
22
static css = [styles, variantStyles, sizeStyles];
23
24
/** 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';
+ @property({ reflect: true }) variant: 'brand' | 'neutral' | 'success' | 'warning' | 'danger' = 'brand';
26
27
/** The callout's visual appearance. */
28
@property({ reflect: true }) appearance:
0 commit comments