From 60457c318c9b30547f86a01b38a45c72af81e490 Mon Sep 17 00:00:00 2001 From: DogLooksGood Date: Wed, 11 Dec 2024 15:40:58 +0800 Subject: [PATCH] Don't use smaller font size for keypad popup message --- meow-face.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meow-face.el b/meow-face.el index e8f3ba4..148a52b 100644 --- a/meow-face.el +++ b/meow-face.el @@ -100,9 +100,9 @@ (defface meow-keypad-cannot-display '((((class color) (background dark)) - (:height 0.7 :foreground "grey90")) + (:foreground "grey90")) (((class color) (background light)) - (:height 0.7 :foreground "grey10"))) + (:foreground "grey10"))) "Face for Meow keypad message when cannot display popup." :group 'meow)