Skip to content

Commit

Permalink
Update _theme_brand.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carson Sievert <[email protected]>
  • Loading branch information
gadenbuie and cpsievert authored Oct 25, 2024
1 parent 75dcf2a commit 51dc33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/ui/_theme_brand.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def __init__(
@classmethod
def from_brand(cls, brand: "Brand"):
if not brand.defaults:
return cls(version=v_bootstrap, preset="shiny")
return cls()

shiny_args = {}
if "shiny" in brand.defaults and "theme" in brand.defaults["shiny"]:
Expand Down

0 comments on commit 51dc33b

Please sign in to comment.