update button css

This commit is contained in:
Somrat
2024-04-14 10:00:35 +06:00
parent 8bc7f4b71c
commit d5fe244427
2 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
}
.btn-primary {
@apply border-primary bg-primary text-white no-underline dark:border-darkmode-primary dark:bg-white dark:text-dark;
@apply border-primary bg-primary dark:border-darkmode-primary dark:text-dark text-white dark:bg-darkmode-primary;
}
.btn-outline-primary {
@apply border-dark bg-transparent text-dark no-underline hover:bg-dark hover:text-white dark:border-white dark:text-white dark:hover:bg-white dark:hover:text-dark;
@apply border-dark text-dark hover:bg-dark dark:hover:text-dark bg-transparent hover:text-white dark:border-darkmode-primary dark:text-white dark:hover:bg-darkmode-primary;
}