summaryrefslogtreecommitdiff
path: root/source/features/quick-pr-diff-options.tsx
diff options
context:
space:
mode:
authorGravatar Kid <44045911+kidonng@users.noreply.github.com> 2021-09-26 13:18:04 +0800
committerGravatar GitHub <noreply@github.com> 2021-09-26 12:18:04 +0700
commitee05e7e21dab125b3e4659bbcf5469efb363f471 (patch)
treef4d7d4ef17f6fe9e8cf157c8039bf49ce2bab4fe /source/features/quick-pr-diff-options.tsx
parent17d55029b7224038a2daaecf524ce5ec9f5c9ef6 (diff)
downloadrefined-github-ee05e7e21dab125b3e4659bbcf5469efb363f471.tar.gz
refined-github-ee05e7e21dab125b3e4659bbcf5469efb363f471.tar.zst
refined-github-ee05e7e21dab125b3e4659bbcf5469efb363f471.zip
Improve styles of several PR features to blend in better (#4772)
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 6ac6f940..4e4e1af9 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 ' + (isHidingWhitespace ? '' : 'color-icon-info')
- : 'tooltipped tooltipped-s btn btn-sm btn-outline tooltipped ' + (isHidingWhitespace ? 'bg-gray-light text-gray-light color-text-tertiary' : '');
+ : 'tooltipped tooltipped-s btn btn-sm tooltipped ' + (isHidingWhitespace ? 'bg-gray-light text-gray-light color-text-tertiary' : '');
return (
<a