Skip to content

Commit

Permalink
EZQMS-394: Update diff viewer lint button colors (#4115)
Browse files Browse the repository at this point in the history
Signed-off-by: Anna No <[email protected]>
  • Loading branch information
annano authored Dec 4, 2023
1 parent 591fef6 commit d3f0ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/theme/styles/_text-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@
line-height: 1.1em;

&.add {
background: lightblue;
background: var(--text-editor-highlighted-node-add-background-color);
}

&.delete {
background: orange;
background: var(--text-editor-highlighted-node-delete-background-color);
}
}

0 comments on commit d3f0ae9

Please sign in to comment.