diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 0c6b886..8621539 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -1785,7 +1785,7 @@ mouse-3: Fetch notifications" (if doom-modeline-icon (doom-modeline-icon-material "bug_report" :height 1.1 - :v-adjust -0.225 + :v-adjust (/ -0.27 all-the-icons-scale-factor) :face face) (propertize "!" 'face face))) diff --git a/doom-modeline.el b/doom-modeline.el index 83281f6..6542c82 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -4,7 +4,7 @@ ;; Author: Vincent Zhang ;; Homepage: https://github.com/seagle0128/doom-modeline -;; Version: 1.9.6 +;; Version: 1.9.7 ;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (eldoc-eval "0.1") (dash "2.11.0")) ;; Keywords: faces mode-line