Skip to content

Commit 158016c

Browse files
authored
fix(page_sidebar): Add semicolon to end style declaration (#1027)
1 parent 97ce571 commit 158016c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def page_sidebar(
9494
sidebar,
9595
*children,
9696
# Make the main area background white instead of the default gray.
97-
{"style": "--bslib-shiny-preset-main-bg: white"},
97+
{"style": "--bslib-shiny-preset-main-bg: white;"},
9898
attrs,
9999
fillable=fillable,
100100
border=False,

0 commit comments

Comments
 (0)