Dash design changed
My design in dash changed without me asking for it.
I'm using:
app = Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
And that gave me this design:

But for some reason it changed and now I have this other design which I don't like:

Can some one help me go back to the first design?