0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

style(ui): fix mobile body font (#2397)

This commit is contained in:
simeng-li 2022-11-11 15:17:06 +08:00 committed by GitHub
parent 27ce104ec5
commit 61b5329c89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ body {
.container {
background: var(--color-bg-body);
font: var(--font-body-1);
font: var(--font-body-2);
}
.main {