diff --git a/resources/views/layouts/auth.blade.php b/resources/views/layouts/auth.blade.php index 6612651..4a63b58 100644 --- a/resources/views/layouts/auth.blade.php +++ b/resources/views/layouts/auth.blade.php @@ -28,7 +28,7 @@ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .auth-sidebar { - background-color: #28a745; + background-color: #9ccf0d; color: white; padding: 30px 20px; text-align: center; @@ -62,7 +62,7 @@ } .auth-title { text-align: center; - color: #28a745; + color: #9ccf0d; margin-bottom: 30px; font-weight: bold; } @@ -71,7 +71,7 @@ margin-bottom: 15px; } .btn-auth { - background-color: #28a745; + background-color: #9ccf0d; color: white; border: none; border-radius: 0; @@ -89,7 +89,7 @@ font-size: 0.9rem; } .auth-footer a { - color: #28a745; + color: #9ccf0d; text-decoration: none; } .password-toggle { diff --git a/resources/views/profile/edit.blade.php b/resources/views/profile/edit.blade.php index 05abe6c..b6d953b 100644 --- a/resources/views/profile/edit.blade.php +++ b/resources/views/profile/edit.blade.php @@ -56,7 +56,7 @@ @if($user->role === 'pelanggan')
- Nomor telepon tidak dapat diubah.