We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644c7c2 commit cd1c88eCopy full SHA for cd1c88e
resources/views/components/button.blade.php
@@ -20,6 +20,7 @@
20
$attributes = $attributes->class([
21
'btn btn-' . $color,
22
'btn-' . $size => $size,
23
+ 'border-0 p-0' => $color == 'link',
24
])->merge([
25
'type' => !$href ? $type : null,
26
'href' => $href,
resources/views/components/dropdown.blade.php
@@ -10,6 +10,7 @@
10
11
12
13
14
'dropdown-toggle',
15
16
'type' => 'button',
0 commit comments