Inherit font family for buttons

This commit is contained in:
daudix
2024-11-14 20:03:54 +03:00
parent 4b1fac1f17
commit c8e0775eba

View File

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