branch: elpa/alect-themes
commit c048832e756d654c78ccca70c7a180c2385be38c
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Fix button face name
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 96d0661..62e5e24 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -552,7 +552,7 @@ For INVERT, see `alect-get-color'."
 
          ;; customization
          (custom-button                  ((,c :inherit alect-button)))
-         (custom-button-pressed          ((,c :inherit alect-button-unraised)))
+         (custom-button-pressed          ((,c :inherit alect-button-pressed)))
          (custom-button-mouse            ((,c :inherit alect-button-mouse)))
          (custom-button-unraised         ((,c :inherit alect-button :box nil)))
          (custom-button-pressed-unraised ((,c :inherit custom-button-unraised 
:underline t)))

Reply via email to