Inherit font family for buttons

This commit is contained in:
daudix 2024-11-14 20:03:54 +03:00
parent 4b1fac1f17
commit c8e0775eba
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -16,6 +16,7 @@
appearance: none;
cursor: pointer;
border: none;
font-family: inherit;
&:disabled {
cursor: not-allowed;