summaryrefslogtreecommitdiff
path: root/source/features/quick-pr-diff-options.tsx
diff options
context:
space:
mode:
authorGravatar Florent <cheap.glitch@gmail.com> 2021-10-30 16:24:57 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-30 16:24:57 +0200
commit8160cd6aa40707318a151ae9241b8654bdb5f31f (patch)
treededb68eb22a29d061107b9dab3a79f3c8d109625 /source/features/quick-pr-diff-options.tsx
parent63b6b4c06ea0b2fcfa1e399f4ce7e15b752ecd9e (diff)
downloadrefined-github-8160cd6aa40707318a151ae9241b8654bdb5f31f.tar.gz
refined-github-8160cd6aa40707318a151ae9241b8654bdb5f31f.tar.zst
refined-github-8160cd6aa40707318a151ae9241b8654bdb5f31f.zip
Fix GitHub color variables (#4982)
Diffstat (limited to 'source/features/quick-pr-diff-options.tsx')
-rw-r--r--source/features/quick-pr-diff-options.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/quick-pr-diff-options.tsx b/source/features/quick-pr-diff-options.tsx
index 35a36903..f3c4f3e9 100644
--- a/source/features/quick-pr-diff-options.tsx
+++ b/source/features/quick-pr-diff-options.tsx
@@ -55,7 +55,7 @@ function createWhitespaceButton(): HTMLElement {
const classes = pageDetect.isPR()
? 'tooltipped tooltipped-s d-none d-lg-block color-icon-secondary color-fg-muted ' + (isHidingWhitespace ? '' : 'color-icon-info color-fg-accent')
- : 'tooltipped tooltipped-s btn btn-sm tooltipped ' + (isHidingWhitespace ? 'color-text-tertiary color-fg-muted' : '');
+ : 'tooltipped tooltipped-s btn btn-sm tooltipped ' + (isHidingWhitespace ? 'color-text-tertiary color-fg-subtle' : '');
return (
<a