Removed message and put in nicknames

This commit is contained in:
Mitchell McCaffrey
2020-03-26 13:26:10 +11:00
parent 54c7100c2c
commit b062f93966
6 changed files with 63 additions and 101 deletions
+4 -4
View File
@@ -11,7 +11,7 @@ export default {
},
fonts: {
body: "'Bree Serif', serif",
message:
body2:
"system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
heading: "'Bree Serif', serif",
monospace: "Menlo, monospace",
@@ -43,13 +43,13 @@ export default {
mt: 3
},
caption: {
fontFamily: "message",
fontFamily: "body2",
fontWeight: "caption",
fontSize: 10,
color: "gray"
},
message: {
fontFamily: "message",
body2: {
fontFamily: "body2",
fontSize: 1,
fontWeight: "body"
}