Skip to content

Commit

Permalink
Adjust colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Aug 3, 2022
1 parent 9e71438 commit bb040e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
*/
.sui-search-box .search-input .terms-box {
border-color: @blue-5;

.terms-box-left .search-icon svg {
fill: @blue-5 !important;
}
}

/**
Expand Down
4 changes: 4 additions & 0 deletions src/SearchBlock/less/searchinput.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
height: 29px;
margin: 10px 0;
cursor: pointer;

svg {
fill: @secondaryColor !important;
}
}
}

Expand Down

0 comments on commit bb040e4

Please sign in to comment.