Skip to content

Commit 2bcc618

Browse files
authored
Merge pull request #3130 from casperdcl/patch-1
document progress colour
2 parents f27cdc6 + b4463c7 commit 2bcc618

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)