From c8e0775eba314b8553f938ecd0d90539b467ede3 Mon Sep 17 00:00:00 2001 From: daudix Date: Thu, 14 Nov 2024 20:03:54 +0300 Subject: [PATCH] Inherit font family for buttons --- sass/_buttons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_buttons.scss b/sass/_buttons.scss index 173b7a7..877c678 100644 --- a/sass/_buttons.scss +++ b/sass/_buttons.scss @@ -16,6 +16,7 @@ appearance: none; cursor: pointer; border: none; + font-family: inherit; &:disabled { cursor: not-allowed;