In general, I’d like to know how style dcc components to make them consistent with the dmc components styling.
Here’s my code:
dmc.Col(
dcc.Upload(
id="upload-data",
children=html.Div(
["Drag and drop or click to select a file to upload"]
),
accept=".xlsx",
className="mt-1",
),
span=4,
),
And here’s what it looks like on the screen:
I appreciate any help given. I’ve been banging my head against the wall trying to