Skip to content

Commit

Permalink
Merge pull request #678 from xxxjinn/main
Browse files Browse the repository at this point in the history
[view] 상단 line chart reset 버튼 text 색상 수정
  • Loading branch information
xxxjinn authored Aug 31, 2024
2 parents 886be7a + 538b694 commit 9ac0715
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const BranchSelector = () => {
>
<Select
value={selectedBranch}
displayEmpty
onChange={handleChangeSelect}
className="select-box"
inputProps={{ "aria-label": "Without label" }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
text-transform: none;
background-color: var(--primary-color);
}

span {
color: var(--primary-color);
filter: invert(100) grayscale(100) contrast(100);
}
}

.line-charts-svg {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const TemporalFilter = () => {
size="small"
className="reset-button"
>
Reset
<span>Reset</span>
</Button>
)}
<svg
Expand Down

0 comments on commit 9ac0715

Please sign in to comment.