Skip to content

Commit ba10bdc

Browse files
jankeromnesgtsiolis
andcommitted
[dashboard] Improve progress bar style in -webkit browsers
Co-authored-by: George Tsiolis <[email protected]>
1 parent 4939625 commit ba10bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
@apply h-2 rounded;
125125
}
126126
progress::-webkit-progress-bar {
127-
@apply rounded-md bg-gray-200;
127+
@apply rounded-md bg-gray-200 dark:bg-gray-600;
128128
}
129129
progress::-webkit-progress-value {
130130
@apply rounded-md bg-green-500;

0 commit comments

Comments
 (0)