diff --git a/resources/views/components/input.blade.php b/resources/views/components/input.blade.php index c332fdb..d663f87 100644 --- a/resources/views/components/input.blade.php +++ b/resources/views/components/input.blade.php @@ -1,3 +1,3 @@ @props(['disabled' => false]) -merge(['class' => 'border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm']) !!}> +merge(['class' => 'border-gray-300 focus:border-blue-200 focus:ring-blue-200 rounded-md shadow-sm']) !!}> diff --git a/resources/views/contact-auth.blade.php b/resources/views/contact-auth.blade.php index 6c3f5ad..f0f213b 100644 --- a/resources/views/contact-auth.blade.php +++ b/resources/views/contact-auth.blade.php @@ -47,8 +47,8 @@ class="p-2 bg-pine-300 items-center text-white leading-none lg:rounded-full flex
- +
@if ($errors->has('first_name'))
@@ -61,8 +61,8 @@ class="form-input py-3 px-4 block w-full transition ease-in-out duration-150">
- +
@if ($errors->has('last_name'))
@@ -74,8 +74,8 @@ class="form-input py-3 px-4 block w-full transition ease-in-out duration-150">
- +
@if ($errors->has('email'))
@@ -88,7 +88,7 @@ class="form-input py-3 px-4 block w-full transition ease-in-out duration-150">
+ class="border-gray-300 focus:border-blue-200 focus:ring-blue-200 rounded-md shadow-sm py-3 px-4 block w-full transition ease-in-out duration-150">
@if ($errors->has('message'))
@@ -111,4 +111,4 @@ class="w-full inline-flex items-center justify-center px-6 py-3 border border-tr
- \ No newline at end of file + diff --git a/resources/views/profile/update-password-form.blade.php b/resources/views/profile/update-password-form.blade.php index fc1ebf7..3f6ecd7 100644 --- a/resources/views/profile/update-password-form.blade.php +++ b/resources/views/profile/update-password-form.blade.php @@ -1,7 +1,7 @@ {{ __('Update Password') }} - + {{ __('Ensure your account is using a long, random password to stay secure.') }}