Skip to content

Commit

Permalink
Don't use smaller font size for keypad popup message
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Dec 11, 2024
1 parent 3f8f5f3 commit 60457c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meow-face.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 60457c3

Please sign in to comment.