Skip to content

Commit

Permalink
remove duplicate primary button
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyHoenderdaal committed Sep 12, 2023
1 parent 8c913b9 commit 3846f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/components/button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
$tag = $attributes->has('href') || $attributes->has(':href') ? 'a' : 'button';
$baseClasses[] = 'inline-block font-semibold py-2 px-4 border rounded disabled:opacity-50 disabled:cursor-not-allowed hover:opacity-75 whitespace-nowrap transition';
$variants = [
'primary' => 'bg-primary text-primary-text',
'primary' => 'bg-inactive text-white',
'outline' => 'bg-transparent hover:bg-neutral text-neutral hover:text-white border-neutral hover:border-transparent',
'slider' => ['flex items-center justify-center rounded-full w-12 h-12 bg-white border hover:bg-neutral hover:text-white'],
Expand Down

0 comments on commit 3846f9a

Please sign in to comment.