Skip to content

Commit

Permalink
Merge pull request #3130 from casperdcl/patch-1
Browse files Browse the repository at this point in the history
document progress colour
  • Loading branch information
jasongrout authored Feb 18, 2021
2 parents f27cdc6 + b4463c7 commit 2bcc618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/examples/Widget List.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
" max=10,\n",
" description='Loading:',\n",
" bar_style='', # 'success', 'info', 'warning', 'danger' or ''\n",
" style={'bar_color': 'maroon'},\n",
" orientation='horizontal'\n",
")"
]
Expand Down Expand Up @@ -264,6 +265,7 @@
" max=10.0,\n",
" description='Loading:',\n",
" bar_style='info',\n",
" style={'bar_color': '#ffff00'},\n",
" orientation='horizontal'\n",
")"
]
Expand Down

0 comments on commit 2bcc618

Please sign in to comment.