Skip to content

Commit

Permalink
Merge branch 'pr/1661' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Feb 24, 2022
2 parents 1e481fa + 1e45ac6 commit c115eab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@endunless
type="button"
{{ $getExtraTriggerAttributeBag()->class([
'bg-white relative w-full border py-2 pl-3 pr-10 text-left cursor-default rounded-lg shadow-sm focus-within:border-primary-600 focus-within:ring-1 focus-within:ring-inset focus-within:ring-primary-600',
'bg-white relative w-full border py-2 pl-3 pr-10 rtl:pl-10 rtl:pr-3 text-left cursor-default rounded-lg shadow-sm focus-within:border-primary-600 focus-within:ring-1 focus-within:ring-inset focus-within:ring-primary-600',
'dark:bg-gray-700' => config('forms.dark_mode'),
'border-gray-300' => ! $errors->has($getStatePath()),
'dark:border-gray-600' => (! $errors->has($getStatePath())) && config('forms.dark_mode'),
Expand Down

0 comments on commit c115eab

Please sign in to comment.