Skip to content

Commit

Permalink
Merge pull request #621 from xiCO2k/feat/remove-not-needed-css
Browse files Browse the repository at this point in the history
fix: remove not needed classes.
  • Loading branch information
nunomaduro authored Sep 18, 2024
2 parents 6ecc788 + c7f3e6c commit 2ec4e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/livewire/link-settings/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ class="text-{{ $user->left_color }} focus:ring-{{ $user->left_color }} mr-3 mt-2
/>
<label
for="{{ $gradient }}"
class="{{ $gradient }} from-indigo-400_ to-blue-500_ relative block w-full cursor-pointer rounded-lg border bg-white bg-gradient-to-r px-6 py-4 shadow-sm focus:outline-none sm:flex sm:justify-between"
class="{{ $gradient }} relative block w-full cursor-pointer rounded-lg border bg-white bg-gradient-to-r px-6 py-4 shadow-sm focus:outline-none sm:flex sm:justify-between"
>
<span
class="border-pink-600__ pointer-events-none absolute -inset-px rounded-lg border-2"
class="pointer-events-none absolute -inset-px rounded-lg border-2"
aria-hidden="true"
></span>
</label>
Expand Down

0 comments on commit 2ec4e88

Please sign in to comment.