0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

style(console): change "not set" font to body-2 (#3338)

This commit is contained in:
Charles Zhao 2023-03-09 11:31:42 +08:00 committed by GitHub
parent 105390f004
commit 46f286f52f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
.text {
font: var(--font-label-2);
font: var(--font-body-2);
color: var(--color-text-secondary);
}