🎨 UX improvements

This commit is contained in:
2022-02-08 20:50:45 -08:00
parent 9ff048d541
commit 1bbf5db6a8
6 changed files with 91 additions and 32 deletions

View File

@@ -87,7 +87,7 @@ const VolumeDetails = (props): ReactElement => {
borderColorClass={
!isEmpty(issue.matches) ? "green-border" : ""
}
backgroundColor={!isEmpty(issue.matches) ? "#e0f5d0" : ""}
backgroundColor={!isEmpty(issue.matches) ? "beige" : ""}
onClick={() =>
openPotentialLibraryMatchesPanel(issue.matches)
}
@@ -97,7 +97,7 @@ const VolumeDetails = (props): ReactElement => {
<span className="icon has-text-success">
<i className="fa-regular fa-clone"></i>
</span>
<span className="tag is-light is-warning is-size-7">
<span className="tag is-success is-size-7">
{"#" + issue.issue_number}
</span>
</>