Fix incorrect font variable being used

This commit is contained in:
Gabe Kangas
2022-08-21 16:01:35 -07:00
parent 749493ce1f
commit 9e18cf2f0c
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
.user {
display: flex;
align-items: center;
font-family: var(--theme-header-font-family);
font-family: var(--theme-text-display-font-family);
font-weight: bold;
}
.message {