From 3bfc381ab1ad178b4cc2cfcbc58d3d7707d7bcc7 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 29 Nov 2023 12:29:35 -0500 Subject: [PATCH] Fixes gate styling on Graph --- src/webviews/apps/shared/components/feature-gate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/apps/shared/components/feature-gate.ts b/src/webviews/apps/shared/components/feature-gate.ts index 0c3b44f..a7b80b5 100644 --- a/src/webviews/apps/shared/components/feature-gate.ts +++ b/src/webviews/apps/shared/components/feature-gate.ts @@ -80,7 +80,7 @@ export class FeatureGate extends LitElement { } `; - @property() + @property({ reflect: true }) appearance?: 'alert' | 'welcome'; @property({ attribute: false, type: Number })