Skip to content

Commit

Permalink
Changed loading icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
k8culver committed Apr 10, 2024
1 parent 81f1b55 commit 781de5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def set_html(app):
dcc.Loading(
id="loading",
type="circle",
color="#17BEBB",
color="#2A7DE1",
children=html.Iframe(id="solution-map")
),
],
Expand Down

0 comments on commit 781de5c

Please sign in to comment.