Skip to content

Commit

Permalink
Fix styling issue with highlighting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaindik committed Nov 27, 2023
1 parent 878fce0 commit e4761fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@ const CustomStyles = ({ children }: CustomStylesProps) => {
.${CODE_CLASS_NAME}.diff-code-delete .diff-code-edit,
.${CODE_CLASS_NAME}.diff-code-insert .diff-code-edit {
text-decoration: line-through;
background: transparent;
}
.${CODE_CLASS_NAME}.diff-code-delete .diff-code-edit {
color: ${euiTheme.colors.dangerText};
text-decoration: line-through;
}
.${CODE_CLASS_NAME}.diff-code-insert .diff-code-edit {
Expand Down

0 comments on commit e4761fb

Please sign in to comment.