Properly apply the primary colour to buttons in dark mode.
This commit is contained in:
parent
87bf8ef45e
commit
9565271071
@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
@apply border-primary bg-primary dark:border-darkmode-primary dark:text-dark text-white dark:bg-white;
|
||||
@apply border-primary bg-primary dark:border-darkmode-primary dark:text-dark text-white dark:bg-primary;
|
||||
}
|
||||
|
||||
.btn-outline-primary {
|
||||
|
Loading…
x
Reference in New Issue
Block a user