Skip to content

Commit

Permalink
fix: replace hex codes
Browse files Browse the repository at this point in the history
  • Loading branch information
eshankvaish committed Jan 10, 2025
1 parent 6ef0737 commit 27ab1e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/app/details/testViewer/TestRunDetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}

&.unknown {
@include testcase-status(var(--N900), white);
@include testcase-status(var(--N900), var(--N0));
background-image: unset;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/charts/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@

.select-button {
font-size: 12px;
color: #797777;
color: var(--N700);
}
}

Expand Down Expand Up @@ -303,7 +303,7 @@
}

.version-values-label {
color: #797777;
color: var(--N700);
font-size: 12px;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/ciPipeline/ciPipeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -515,13 +515,13 @@
}

.path-info {
path[fill='#06c'] {
path[fill='#06C'] {
fill: var(--N700);
}
}

.container-image-info {
path[fill='#06c'] {
path[fill='#06C'] {
fill: var(--B500);
}
}
Expand Down

0 comments on commit 27ab1e1

Please sign in to comment.