Skip to content

Commit

Permalink
major look and feel change and some bug fixes
Browse files Browse the repository at this point in the history
Signed-off-by: analog <kimchesed.paller@analog.com>
  • Loading branch information
kimpaller committed Jan 11, 2024
1 parent 7fa5a30 commit 3d1b06a
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 174 deletions.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def register_dashapps(server):
url_base_pathname="/constellation/scorecard/",
assets_folder=get_root_path(__name__) + "/static",
meta_tags=[meta_viewport],
external_stylesheets=[dbc.themes.MATERIA],
external_stylesheets=[dbc.themes.SANDSTONE],
)

with server.app_context():
Expand Down
Loading

0 comments on commit 3d1b06a

Please sign in to comment.