fix: buttons use inherited font stack (#5344)
This commit is contained in:
parent
bb6587d184
commit
2143cd30fd
@ -492,6 +492,10 @@ function GlobalStyles() {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user