@@ -119,7 +119,9 @@ export default {
cursor: pointer;
&:hover {
- background-color: #a50613;
+ @include themify($themes) {
+ background-color: themed('hover-color');
+ }
}
&.disabled {