Skip to content

Commit

Permalink
Merge pull request #75 from lara-zeus/update-classes
Browse files Browse the repository at this point in the history
update claess
  • Loading branch information
atmonshi authored Dec 15, 2023
2 parents 7f7f756 + f088219 commit 8fbc0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/themes/zeus/wind/departments.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div>
<label class="checkbox-wrapper">
<input wire:model="{{ $getStatePath() }}" type="radio" class="checkbox-input" name="group" value="{{ $dept->id }}"/>
<span class="checkbox-tile hover:border-custom-500 p-4">
<span class="checkbox-tile hover:border-primary-500 p-4">
<span class="text-primary-600 dark:text-primary-500 flex flex-col items-center justify-center gap-2">
@if($dept->image() !== null)
<img alt="{{ $dept->name ?? '' }}" class="w-full h-32 object-center object-cover" src="{{ $dept->image() }}">
Expand Down

0 comments on commit 8fbc0de

Please sign in to comment.