Skip to content

Commit 51dc33b

Browse files
gadenbuiecpsievert
andauthored
Update _theme_brand.py
Co-authored-by: Carson Sievert <[email protected]>
1 parent 75dcf2a commit 51dc33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_theme_brand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def __init__(
221221
@classmethod
222222
def from_brand(cls, brand: "Brand"):
223223
if not brand.defaults:
224-
return cls(version=v_bootstrap, preset="shiny")
224+
return cls()
225225

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

0 commit comments

Comments
 (0)