Skip to content

Commit

Permalink
TBR pink div
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 28, 2024
1 parent 5b2714e commit 2328b25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vizro-core/src/vizro/models/_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ def build(self):
id="dashboard-container",
children=[
html.Div(id="vizro_version", children=vizro.__version__, hidden=True),
html.Div(
id="pink-div",
children="This is a pink div",
style={"backgroundColor": "pink", "padding": "10px", "margin": "10px"}
),
dcc.Store(
id="vizro_themes",
data={
Expand Down

0 comments on commit 2328b25

Please sign in to comment.