Skip to content

Commit

Permalink
Add light to list of button types (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
L8Y authored Oct 14, 2021
1 parent 080169f commit 0ec1a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/widgets/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class FileDownload(Widget):
right-click save as.""")

button_type = param.ObjectSelector(default='default', objects=[
'default', 'primary', 'success', 'warning', 'danger'])
'default', 'primary', 'success', 'warning', 'danger', 'light'])

callback = param.Callable(default=None, doc="""
A callable that returns the file path or file-like object.""")
Expand Down

0 comments on commit 0ec1a9e

Please sign in to comment.