From 92900bfe6b9915e55107535c9a68b688876dd2bc Mon Sep 17 00:00:00 2001 From: Aladdin Ibrahim <83447228+AladdinNullptr@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:49:11 +0800 Subject: [PATCH] Update progress style --- src/Progress/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/Progress/style.css b/src/Progress/style.css index d279bdf..fbf3734 100644 --- a/src/Progress/style.css +++ b/src/Progress/style.css @@ -1,5 +1,9 @@ .ant-progress { @apply font-inter; + + &-outer { + height: inherit !important; + } } /* center line success/exception icons */ @@ -101,9 +105,11 @@ } } -.ant-progress-success-bg, -.ant-progress-bg { - @apply bg-slate-700; +.ant-progress { + & &-success-bg, + & &-bg { + @apply bg-slate-700; + } } .ant-progress-line {