web: fix wrong date font in notebook item (#2560)

Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
This commit is contained in:
Muhammad Ali
2023-05-23 06:20:12 +05:00
committed by GitHub
parent d2fd26abd5
commit 3fd3e02256

View File

@@ -83,6 +83,7 @@ function TimeAgo({ datetime, live, locale, opts, sx, ...restProps }) {
ref={timeRef}
{...restProps}
sx={{
fontFamily: "body",
...sx,
color: sx?.color || "inherit"
}}