Fix text color in table head

This commit is contained in:
Björn Fromme
2022-03-09 15:57:38 +01:00
parent e788a3971c
commit 398b520898
@@ -32,7 +32,7 @@ table,
thead { thead {
tr { tr {
@apply bg-gray-200 text-white @apply bg-gray-200;
} }
} }