From a2851370bb3dfe385912bcede296c6c238a06271 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 14 Oct 2021 08:32:11 -0400 Subject: [PATCH] revert styles --- src/components/progress-bar/progress-bar.styles.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/progress-bar/progress-bar.styles.ts b/src/components/progress-bar/progress-bar.styles.ts index 2c8ad8c3d..ef48d5574 100644 --- a/src/components/progress-bar/progress-bar.styles.ts +++ b/src/components/progress-bar/progress-bar.styles.ts @@ -11,6 +11,9 @@ export default css` --label-color: rgb(var(--sl-color-neutral-0)); display: block; + } + + .progress-bar { position: relative; background-color: var(--track-color); height: var(--height);