Skip to content

Commit ddf0a82

Browse files
xingzhang-suselsongsuse
authored andcommitted
Fix color difference on block percentage bar
1 parent e318ae2 commit ddf0a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/sbombastic-image-vulnerability-scanner/components/common/BlockPercentageBar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
}
7878
7979
.block {
80-
background-color: #e0e0e0;
80+
background-color: #EDEFF3;
8181
border-radius: 1px;
8282
transition: background-color 0.2s ease;
8383
}
8484
8585
.block.filled {
86-
background-color: #888ca0;
86+
background-color: #BEC1D2;
8787
}
8888
</style>

0 commit comments

Comments
 (0)