Skip to content

Commit

Permalink
Update progress style
Browse files Browse the repository at this point in the history
  • Loading branch information
AladdinNullptr committed Jan 11, 2024
1 parent ee30633 commit 92900bf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/Progress/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.ant-progress {
@apply font-inter;

&-outer {
height: inherit !important;
}
}

/* center line success/exception icons */
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 92900bf

Please sign in to comment.