Change table header colour in dark mode
This commit is contained in:
parent
097293fc3e
commit
3025ab0f68
|
@ -29,3 +29,7 @@ iframe {
|
|||
input {
|
||||
@apply dark:text-gray-900
|
||||
}
|
||||
|
||||
th {
|
||||
@apply dark:text-white
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue