diff options
Diffstat (limited to 'source/features/user-local-time.tsx')
| -rw-r--r-- | source/features/user-local-time.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/user-local-time.tsx b/source/features/user-local-time.tsx index 10cd9c1e..44be5fba 100644 --- a/source/features/user-local-time.tsx +++ b/source/features/user-local-time.tsx @@ -101,7 +101,7 @@ async function insertUserLocalTime(hovercardContainer: Element): Promise<void> { const placeholder = <span>Guessing local timeā¦</span>; const container = ( - <div className="mt-2 text-gray color-text-secondary text-small"> + <div className="mt-2 color-text-secondary text-small"> <ClockIcon/> {placeholder} </div> ); |
