I have a dbc.Table and a Html.Div, which both have the same background color (#191919). However, when displayed they show a different color like in the image below. I have dbc.bootstrap.themes.Cyborg in use. Does anyone know a solution? Making the table background transparent or !important does not work either.
Best Regards
Clemens
This was a little tricky - the color prop in the Table can’t use arbitrary colors - only the named Bootstrap colors such as “primary”, “secondary” etc. If you inspect the browser, you will see that Bootstrap has some other custom styling for the table, including this accent color for the background: