Skip to content

Commit

Permalink
feat: update coverage color
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed May 23, 2024
1 parent 2d7bc15 commit aee6dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const LineCoverage = ({ covers, theme }) => {
<div
key={index}
style={{
backgroundColor: theme === 'light' ? '#ffadd2' : '#7A5474',
backgroundColor: theme === 'light' ? '#FCE1E5' : '#7A5474',
color: theme === 'light' ? 'rgba(0,0,0,0.5)' : '#eaeaea',
padding: '0 5px',
height: `${viewLineHeight}px`,
Expand Down
4 changes: 2 additions & 2 deletions packages/canyon-platform/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ a:hover{


.content-class-no-found {
background: #ffadd2
background: #F6C6CE
}

.content-class-found {
background: #ffadd2
background: #F6C6CE
}

.dark .content-class-no-found {
Expand Down

0 comments on commit aee6dd7

Please sign in to comment.