Is there a dark version of dbc.themes.FLATLY that matches the exact layout,font size and all formatting details. I just want a dark version of this. is there a way to find the css behind the theme. I tried dbc.themes.darkly however there seems to be a few differences between layout therefore creating a button to switch between light mode and dark mode does not have same style so looks odd.
app = dash.Dash(
name="App",
external_stylesheets=[dbc.themes.FLATLY],
)