mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: fix notebook item date font family
This commit is contained in:
@@ -77,7 +77,8 @@ function Notebook(props) {
|
||||
sx={{
|
||||
fontSize: "subBody",
|
||||
color: "fontTertiary",
|
||||
alignItems: "center"
|
||||
alignItems: "center",
|
||||
fontFamily: "body"
|
||||
}}
|
||||
>
|
||||
{notebook.pinned && (
|
||||
|
||||
Reference in New Issue
Block a user