Skip to content

Commit

Permalink
Do not set focus
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Jun 20, 2024
1 parent 21cfbdc commit 2b99115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/forms/input.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div {{ $attributes
->cssClass([
'layer' => 'flex flex-col gap-1.5 w-full',
'input' => 'px-3 h-10 w-full text-base bg-secondary-800/90 border-secondary-500/50 focus:border-secondary-500 focus:border-2 focus:ring-0',
'input' => 'px-3 h-10 w-full text-base bg-secondary-800/90 border-secondary-500/50 focus:none focus:ring-0',
'label' => 'flex items-center',
'error' => '!border-red-500',
'hint' => 'py-3 text-xs',
Expand Down

0 comments on commit 2b99115

Please sign in to comment.