Skip to content

Commit

Permalink
Update facet count color to match that of label - #1635
Browse files Browse the repository at this point in the history
  • Loading branch information
libpitt committed Sep 11, 2024
1 parent 34b2e8a commit ac4f6b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sass/components/sui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
background: $col-entity-grey;
padding: 0 24px;
.MuiChip-root {
color: #4f4f4f;
color: $col-secondary-txt;
}
.chip-title {
text-transform: uppercase;
Expand All @@ -272,14 +272,16 @@
}
}


.sui-multi-checkbox-facet {
&__option-input-wrapper {
display: flex;
flex-direction: row;
align-items: center;
flex: inherit;
}
&__option-count {
color: $col-secondary-txt;
}
&__checkbox,
&__input-text {
display: table-cell;
Expand Down
2 changes: 2 additions & 0 deletions src/sass/config/swatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ $col-entity-grey: #fcfcfc;
$col-source-type: #ffc255;
$col-sample-type: #ebb5c8;
$col-dataset-type: #8ecb93;

$col-secondary-txt: #4f4f4f;

0 comments on commit ac4f6b5

Please sign in to comment.