Skip to content

Commit

Permalink
TOP-1390 fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kkartunov committed May 20, 2024
1 parent f00298f commit 5b31f94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/shared/components/Dashboard/Challenges/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $dashboard-dark-bg: #2a2a2a;

.header {
padding: 19px 0;

.title {
color: #2a2a2a;
}
Expand All @@ -152,6 +152,7 @@ $dashboard-dark-bg: #2a2a2a;
border-radius: 0;
color: #2a2a2a;

// eslint-disable-next-line no-descending-specificity
.row {
background-color: #fff;
border: 1px solid #d4d4d4;
Expand All @@ -161,4 +162,4 @@ $dashboard-dark-bg: #2a2a2a;
padding: 11px 15px;
}
}
}
}

0 comments on commit 5b31f94

Please sign in to comment.