fix: OpenAPI table in dark mode

Signed-off-by: Tan 🔥 <tania@tanx.dev>
This commit is contained in:
Tan 🔥
2024-04-09 10:19:49 +02:00
parent 0e9a39ec8b
commit ffcf9649f4
@@ -34,7 +34,9 @@ const useStyles = makeStyles(theme => ({
[`& .opblock-tag,
.opblock-tag small,
table thead tr td,
table thead tr th`]: {
table thead tr th,
table tbody tr td,
table tbody tr th`]: {
fontFamily: theme.typography.fontFamily,
color: theme.palette.text.primary,
borderColor: theme.palette.divider,