feat: Dark Mode (PR -12) (#7590)

This commit is contained in:
Sivin Varghese
2023-07-27 12:28:06 +05:30
committed by GitHub
parent 2cc82af344
commit fcf0ba12d0
10 changed files with 153 additions and 266 deletions

View File

@@ -342,7 +342,7 @@ export default {
label {
@apply cursor-pointer;
}
&:hover .button {
&:hover button {
@apply dark:bg-slate-800 bg-slate-100;
}
}