Skip to content

Commit

Permalink
change in icon order and summary card border
Browse files Browse the repository at this point in the history
  • Loading branch information
nam-singh committed Sep 18, 2024
1 parent e53ff56 commit 99f7906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion report-react/src/SavedReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ const filteredReport = {
<div className="reportGroupFilter">
<div className="iconGroup">
<span className="iconSummary">{Violation16}&nbsp;{violations}</span>
<span className="iconSummary">{Recommendation16}&nbsp;{recommendation}</span>
<span className="iconSummary">{NeedsReview16}&nbsp;{needReview}</span>
<span className="iconSummary">{Recommendation16}&nbsp;{recommendation}</span>
<span className="iconSummary">{ViewOff16}&nbsp;{hidden}</span>
<span style={{paddingLeft:"1rem"}}>{total} issues found</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion report-react/src/SummScoreCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
margin: 1rem -1rem 0rem -1rem;
padding: 1rem;
min-height: 12rem;
border: 1px solid #9E63FB;
border: 1px solid #8A3FFC;
background-color:#be95ff ;

.summaryTitleDetail {
Expand Down

0 comments on commit 99f7906

Please sign in to comment.