diff --git a/apps/web/src/components/time-ago/index.js b/apps/web/src/components/time-ago/index.js index eed66e05f..79b6168fd 100644 --- a/apps/web/src/components/time-ago/index.js +++ b/apps/web/src/components/time-ago/index.js @@ -83,6 +83,7 @@ function TimeAgo({ datetime, live, locale, opts, sx, ...restProps }) { ref={timeRef} {...restProps} sx={{ + fontFamily: "body", ...sx, color: sx?.color || "inherit" }}