diff options
Diffstat (limited to 'source/features/pr-commit-lines-changed.tsx')
| -rw-r--r-- | source/features/pr-commit-lines-changed.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/pr-commit-lines-changed.tsx b/source/features/pr-commit-lines-changed.tsx index 5a9efa5f..99dbbef2 100644 --- a/source/features/pr-commit-lines-changed.tsx +++ b/source/features/pr-commit-lines-changed.tsx @@ -31,8 +31,8 @@ async function init(): Promise<void> { const diffstat = await elementReady('.diffstat', {waitForChildren: false}); diffstat!.replaceWith( <span className="ml-2 diffstat tooltipped tooltipped-s" aria-label={tooltip}> - <span className="text-green color-text-success">+{additions}</span>{' '} - <span className="text-red color-text-danger">−{deletions}</span>{' '} + <span className="color-text-success">+{additions}</span>{' '} + <span className="color-text-danger">−{deletions}</span>{' '} <span className="diffstat-block-neutral"/> <span className="diffstat-block-neutral"/> <span className="diffstat-block-neutral"/> |
