Fix font size of current line number when zooming in or out

This commit is contained in:
eriedaberrie 2024-09-27 11:44:08 -07:00
parent 9e02bf9640
commit 5d969593c7

View file

@ -707,7 +707,7 @@
(use-package catppuccin-theme (use-package catppuccin-theme
:demand t :demand t
:custom-face :custom-face
(line-number-current-line ((t (:inherit hl-line)))) (line-number-current-line ((t (:inherit (hl-line default)))))
:custom :custom
(catppuccin-flavor 'mocha) (catppuccin-flavor 'mocha)
(catppuccin-highlight-matches t) (catppuccin-highlight-matches t)