Skip to content
Snippets Groups Projects
Commit fc8cb568 authored by KDSBrowne's avatar KDSBrowne
Browse files

change #fff to -white and fix lint issue

parent c8b783e5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ export default class DropdownListTitle extends Component {
constructor(props) {
super(props);
this.labelID = _.uniqueId("labelContext-");;
this.labelID = _.uniqueId("labelContext-");
}
render() {
......
......@@ -48,6 +48,6 @@
}
.confirm {
color: #fff !important;
color: $color-white !important;
background-color: $color-link !important;
}
......@@ -4,7 +4,7 @@
* ==========
*/
$user-avatar-border: $color-gray-light;
$user-avatar-text: #fff;
$user-avatar-text: $color-white;
$voice-user-bg: $color-success;
$voice-user-text: $color-gray-light;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment