Merge pull request #153 from badrbouslikhin/main

Inherit button hover color from CustomStyles
This commit is contained in:
prototypa
2023-05-17 16:01:28 -04:00
committed by GitHub

View File

@ -29,7 +29,7 @@
} }
.btn-primary { .btn-primary {
@apply font-semibold bg-primary text-white border-primary hover:bg-blue-900 hover:border-blue-900 hover:text-white dark:text-white dark:bg-primary dark:border-primary dark:hover:border-blue-900 dark:hover:bg-blue-900; @apply font-semibold bg-primary text-white border-primary hover:bg-secondary hover:border-secondary hover:text-white dark:text-white dark:bg-primary dark:border-primary dark:hover:border-secondary dark:hover:bg-secondary;
} }
} }