summaryrefslogtreecommitdiff
path: root/source/features/user-local-time.tsx
diff options
context:
space:
mode:
authorGravatar Flo Edelmann <florian-edelmann@online.de> 2022-09-12 07:26:23 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-12 12:26:23 +0700
commit1fc597d73bc75b3658ac593ad09d6cf515e475ef (patch)
treedbb65525bd4759c4076bfdff8d2c6d7a08362da7 /source/features/user-local-time.tsx
parentef7885e5c01997bbe4626e119e5ae78efae619f4 (diff)
downloadrefined-github-1fc597d73bc75b3658ac593ad09d6cf515e475ef.tar.gz
refined-github-1fc597d73bc75b3658ac593ad09d6cf515e475ef.tar.zst
refined-github-1fc597d73bc75b3658ac593ad09d6cf515e475ef.zip
Meta: Drop deprecated color classes (#5965)
Diffstat (limited to 'source/features/user-local-time.tsx')
-rw-r--r--source/features/user-local-time.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/user-local-time.tsx b/source/features/user-local-time.tsx
index 6a11c7db..0a778b15 100644
--- a/source/features/user-local-time.tsx
+++ b/source/features/user-local-time.tsx
@@ -131,7 +131,7 @@ async function insertUserLocalTime(hovercardContainer: Element): Promise<void> {
const placeholder = <span className="ml-1">Guessing local time…</span>;
const container = (
- <div className="mt-2 color-text-secondary color-fg-muted text-small d-flex">
+ <div className="mt-2 color-fg-muted text-small d-flex">
<ClockIcon/> {placeholder}
</div>
);