Skip to content

Commit df6a7f1

Browse files
Sean PrashadSean Prashad
authored andcommitted
Use matching colours for labels
1 parent d18e20d commit df6a7f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/components/Table/styles.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
}
1313

1414
.easy {
15-
background-color: green;
15+
background-color: #5cb85c;
1616
}
1717

1818
.medium {
19-
background-color: orange;
19+
background-color: #f0ad4e;
2020
}
2121

2222
.hard {
23-
background-color: red;
23+
background-color: #d9534f;
2424
}
2525
}

0 commit comments

Comments
 (0)