Dark Theme Table Style

If you have a dark theme and update to v102, you may need to add some custom CSS styling for the table text. For example:

.table-striped > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(even) {
  color: $text-color;
}