Skip to content

Commit 17e54a8

Browse files
remove shadow-inner
1 parent 3df5003 commit 17e54a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/tailwindcss-stubs/resources/views/auth/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="w-full max-w-sm">
77
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
88

9-
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 shadow-inner">
9+
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1010
{{ __('Login') }}
1111
</div>
1212

src/tailwindcss-stubs/resources/views/auth/register.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="w-full max-w-sm">
77
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
88

9-
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 shadow-inner">
9+
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1010
{{ __('Register') }}
1111
</div>
1212

src/tailwindcss-stubs/resources/views/auth/verify.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@endif
1313

1414
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
15-
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 shadow-inner">
15+
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1616
{{ __('Verify Your Email Address') }}
1717
</div>
1818

src/tailwindcss-stubs/resources/views/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
1414

15-
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 shadow-inner">
15+
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1616
Dashboard
1717
</div>
1818

0 commit comments

Comments
 (0)