Skip to content

Commit 9b95b02

Browse files
committed
grid table row color for low-ranked match fix
1 parent 02e7984 commit 9b95b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/map-projects/MapProject.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.available-row {
1212
border-left: 8px solid rgb(250,224,148, 0.8);
1313
}
14-
.low-ranked-row {
14+
.low-ranked-row, .low_ranked-row {
1515
border-left: 8px solid rgb(235, 162, 150, 0.8);
1616
}
1717
.unmatched-row {

0 commit comments

Comments
 (0)