Skip to content

Commit f991dd1

Browse files
wip
1 parent 244b0af commit f991dd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@props(['href' => null])
2-
<x-bless-ui::wrapper
3-
{{ $attributes->merge(compact('href')) }}
4-
:tag="$href === null ? 'button' : 'a'"
2+
<x-bless-ui::wrapper
3+
{{ $attributes->merge(compact('href')) }}
4+
:tag="$href === null ? 'button' : 'a'"
55
component="button">{{ $slot }}</x-bless-ui::wrapper>

src/Commands/MakeTailwindcss.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class MakeTailwindcss extends Command
1515
*
1616
* @var string
1717
*/
18-
protected $signature = 'bless-ui:make-tailwindcss {name=bless-ui} {--color=}';
18+
protected $signature = 'bless-ui:make-tailwindcss {name=bless-ui} {--color=primary}';
1919

2020
/**
2121
* The console command description.

0 commit comments

Comments
 (0)