Skip to content

Commit f62e063

Browse files
devvaannshabose
authored andcommitted
fix: progress bar not properly visible in light theme
1 parent c14a55c commit f62e063

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/Extn-UserProfile.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@
7979
background-color: @bc-input-bg;
8080
border-radius: 4px;
8181
overflow: hidden;
82+
border: 1px solid @bc-btn-border;
83+
box-sizing: border-box;
8284

8385
.progress-fill {
8486
height: 100%;
8587
background-color: @bc-primary-btn-bg;
86-
border-radius: 4px;
88+
border-radius: 3px;
8789
}
8890
}
8991

@@ -179,6 +181,7 @@
179181

180182
.progress-bar {
181183
background-color: @dark-bc-input-bg;
184+
border-color: @dark-bc-btn-border;
182185

183186
.progress-fill {
184187
background-color: @dark-bc-primary-btn-bg;

0 commit comments

Comments
 (0)