mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: fix wrong date font in notebook item (#2560)
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
This commit is contained in:
@@ -83,6 +83,7 @@ function TimeAgo({ datetime, live, locale, opts, sx, ...restProps }) {
|
||||
ref={timeRef}
|
||||
{...restProps}
|
||||
sx={{
|
||||
fontFamily: "body",
|
||||
...sx,
|
||||
color: sx?.color || "inherit"
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user