Skip to content

Commit

Permalink
(fix) Dark background color for form question
Browse files Browse the repository at this point in the history
  • Loading branch information
NYESIGA authored Sep 14, 2023
1 parent 14d3050 commit 021a4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/interactive-builder/question-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

.conceptList {
background: colors.$white-0;
background: colors.$gray-20;
max-height: 14rem;
overflow-y: auto;
border: 1px solid colors.$gray-20;
Expand Down Expand Up @@ -90,7 +90,7 @@
}

tbody > tr:nth-child(odd) {
background-color: colors.$gray-10;
background-color: colors.$gray-20;
}
}

Expand Down

0 comments on commit 021a4d6

Please sign in to comment.