summaryrefslogtreecommitdiff
path: root/source/features/user-local-time.tsx
diff options
context:
space:
mode:
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>
);