Skip to content

Commit 9867a47

Browse files
committed
update home to tailwind v1
1 parent b4d3434 commit 9867a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<div class="md:w-1/2 md:mx-auto">
66

77
@if (session('status'))
8-
<div class="text-sm border border-t-8 rounded text-green-darker border-green-dark bg-green-lightest px-3 py-4 mb-4" role="alert">
8+
<div class="text-sm border border-t-8 rounded text-green-700 border-green-600 bg-green-100 px-3 py-4 mb-4" role="alert">
99
{{ session('status') }}
1010
</div>
1111
@endif
1212

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

15-
<div class="font-semibold bg-grey-lightest text-grey-darkest 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 shadow-inner">
1616
Dashboard
1717
</div>
1818

1919
<div class="w-full p-6">
20-
<p class="text-grey-darkest">
20+
<p class="text-gray-700">
2121
You are logged in!
2222
</p>
2323
</div>

0 commit comments

Comments
 (0)