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 6179ca6 commit a7f133dCopy full SHA for a7f133d
src/View/Components/Rating.php
@@ -36,7 +36,7 @@ public function render(): View|Closure|string
36
name="{{ $modelName() }}"
37
value="{{ $i }}"
38
{{ $attributes->whereStartsWith('wire:model') }}
39
- {{ $attributes->class(["mask mask-star-2 bg-yellow-400"]) }}
+ {{ $attributes->class(["mask mask-star-2"]) }}
40
/>
41
@endfor
42
</div>
0 commit comments