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:
parent
fe9b592ec2
commit
cee448b7b1
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@
|
|||
|
||||
|
||||
:global(body.desktop) {
|
||||
.button {
|
||||
font: var(--font-label-2);
|
||||
}
|
||||
|
||||
.primary {
|
||||
&:focus-visible {
|
||||
outline: 3px solid var(--color-overlay-brand-focused);
|
||||
|
|
Loading…
Reference in a new issue