From 70085529876552f16e0734e32d7e0b4b4a1e0976 Mon Sep 17 00:00:00 2001 From: wwang <wwang.works@gmail.com> Date: Tue, 8 Dec 2020 15:24:22 +0100 Subject: [PATCH] [FIX TRTL-554] Fix progress bar --- ui/ui-frontend-common/src/sass/material/_progress-bar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/ui-frontend-common/src/sass/material/_progress-bar.scss b/ui/ui-frontend-common/src/sass/material/_progress-bar.scss index b200a34e5..b25e6eabc 100644 --- a/ui/ui-frontend-common/src/sass/material/_progress-bar.scss +++ b/ui/ui-frontend-common/src/sass/material/_progress-bar.scss @@ -8,4 +8,5 @@ .mat-progress-bar-fill::after { background-color: var(--vitamui-primary); } + border-radius: 100px; } -- GitLab