Skip to content

Commit b4463c7

Browse files
authored
document progress colour
- fixes #2982
1 parent f27cdc6 commit b4463c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/examples/Widget List.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
" max=10,\n",
238238
" description='Loading:',\n",
239239
" bar_style='', # 'success', 'info', 'warning', 'danger' or ''\n",
240+
" style={'bar_color': 'maroon'},\n",
240241
" orientation='horizontal'\n",
241242
")"
242243
]
@@ -264,6 +265,7 @@
264265
" max=10.0,\n",
265266
" description='Loading:',\n",
266267
" bar_style='info',\n",
268+
" style={'bar_color': '#ffff00'},\n",
267269
" orientation='horizontal'\n",
268270
")"
269271
]

0 commit comments

Comments
 (0)