Skip to content

Commit

Permalink
Changed border color from yellow to dark blue
Browse files Browse the repository at this point in the history
  • Loading branch information
annemerete committed Dec 5, 2023
1 parent 534f9a7 commit 19c7e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/KeyResultValuesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default {
&:nth-child(1) {
text-wrap: nowrap;
border-left: 0.125rem solid var(--color-yellow-50);
border-left: 0.125rem solid var(--color-blue-dark);
}
&:nth-child(2) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/panes/KeyResultPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default {
gap: 1rem;
padding: 1.5rem;
background-color: var(--color-white);
border-left: 0.125rem solid var(--color-yellow-50);
border-left: 0.125rem solid var(--color-blue-dark);
}
&__header {
Expand Down

0 comments on commit 19c7e36

Please sign in to comment.