Browse Source

org-faces.el (org-agenda-filter-tags): Use the 'modeline face as default.

* org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
  default.
Bastien Guerry 13 years ago
parent
commit
21eef3b137
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-faces.el

+ 1 - 1
lisp/org-faces.el

@@ -673,7 +673,7 @@ month and 365.24 days for a year)."
   :group 'org-faces)
 
 (defface org-agenda-filter-tags
-  (org-compatible-face 'default
+  (org-compatible-face 'modeline
     nil)
   "Face for tag(s) in the mode-line when filtering the agenda."
   :group 'org-faces)