File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ class="text-3xl font-semibold opacity-0"
244
244
})
245
245
}
246
246
"
247
- class =" mx-auto max-w-xl pt-2 text-base/relaxed text-gray-600 opacity-0"
247
+ class =" mx-auto max-w-xl pt-2 text-base/relaxed text-gray-600 opacity-0 dark:text-gray-400 "
248
248
>
249
249
Get your app up and running in minutes.
250
250
</p >
@@ -452,7 +452,9 @@ class="font-medium opacity-0"
452
452
Step 1
453
453
</h3 >
454
454
{{-- Step description --}}
455
- <p class =" pt-0.5 text-sm text-gray-500 opacity-0" >
455
+ <p
456
+ class =" pt-0.5 text-sm text-gray-500 opacity-0 dark:text-gray-400"
457
+ >
456
458
Buy a license.
457
459
</p >
458
460
{{-- Box --}}
@@ -507,7 +509,9 @@ class="font-medium opacity-0"
507
509
Step 2
508
510
</h3 >
509
511
{{-- Step description --}}
510
- <p class =" pt-0.5 text-sm text-gray-500 opacity-0" >
512
+ <p
513
+ class =" pt-0.5 text-sm text-gray-500 opacity-0 dark:text-gray-400"
514
+ >
511
515
Install the private Composer package.
512
516
</p >
513
517
{{-- Box --}}
@@ -578,7 +582,9 @@ class="font-medium opacity-0"
578
582
Step 3
579
583
</h3 >
580
584
{{-- Step description --}}
581
- <p class =" pt-0.5 text-sm text-gray-500 opacity-0" >
585
+ <p
586
+ class =" pt-0.5 text-sm text-gray-500 opacity-0 dark:text-gray-400"
587
+ >
582
588
Start your app.
583
589
</p >
584
590
{{-- Box --}}
You can’t perform that action at this time.
0 commit comments