Skip to content

Commit a7f133d

Browse files
Rating: fix default color (#495)
Remove default color.
1 parent 6179ca6 commit a7f133d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Components/Rating.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function render(): View|Closure|string
3636
name="{{ $modelName() }}"
3737
value="{{ $i }}"
3838
{{ $attributes->whereStartsWith('wire:model') }}
39-
{{ $attributes->class(["mask mask-star-2 bg-yellow-400"]) }}
39+
{{ $attributes->class(["mask mask-star-2"]) }}
4040
/>
4141
@endfor
4242
</div>

0 commit comments

Comments
 (0)