Skip to content

Commit b00e3e7

Browse files
committed
Add new options to BootstrapHtmlHelper to define default option for some methods.
1 parent 9f79405 commit b00e3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Helper/BootstrapHtmlHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class BootstrapHtmlHelper extends HtmlHelper {
6464
'placement' => 'right'
6565
],
6666
'label' => [
67-
'type' => 'primary'
67+
'type' => 'default'
6868
],
6969
'alert' => [
7070
'type' => 'warning'

0 commit comments

Comments
 (0)