From d90e79f722bdca7042b17563942685d583d82196 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Tue, 2 Nov 2021 21:32:13 +0800 Subject: [PATCH] fix: color of active pin button --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 4141416..6f16af6 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -497,7 +497,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header- } &.active .octicon { - color: var(--gitako-fg-subtle); + color: var(--gitako-fg-default); } .action-icon {