File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/tailwindcss-stubs/resources/views Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<div class =" md:w-1/2 md:mx-auto" >
6
6
7
7
@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" >
9
9
{{ session (' status' ) } }
10
10
</div >
11
11
@endif
12
12
13
13
<div class =" flex flex-col break-words bg-white border border-2 rounded shadow-md" >
14
14
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" >
16
16
Dashboard
17
17
</div >
18
18
19
19
<div class =" w-full p-6" >
20
- <p class =" text-grey-darkest " >
20
+ <p class =" text-gray-700 " >
21
21
You are logged in!
22
22
</p >
23
23
</div >
You can’t perform that action at this time.
0 commit comments