0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(ui): fix web button font size (#2390)

This commit is contained in:
simeng-li 2022-11-11 10:52:21 +08:00 committed by GitHub
parent fe9b592ec2
commit cee448b7b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,10 @@
:global(body.desktop) {
.button {
font: var(--font-label-2);
}
.primary {
&:focus-visible {
outline: 3px solid var(--color-overlay-brand-focused);