Fixed modal close button color in dark mode

This commit is contained in:
Chris Kankiewicz
2020-01-05 17:09:56 -07:00
parent 76a254ce6f
commit f9fe4b20de

View File

@@ -55,6 +55,14 @@
header {
@apply bg-purple-700;
button {
@apply text-purple-900;
&:hover {
@apply text-white;
}
}
}
}
}