fix line wrap and timestamp font

This commit is contained in:
muzam1l
2022-03-08 19:18:51 +05:30
parent ce91182c7b
commit db0ffe999e
2 changed files with 9 additions and 3 deletions

View File

@@ -14,6 +14,11 @@ const Text = styled("span", {
true: {
color: '$mauve9'
}
},
monospace: {
true: {
fontFamily: '$monospace'
}
}
}
});