We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1307bd commit 2876b15Copy full SHA for 2876b15
src/resources/views/components/tables/props.blade.php
@@ -1,7 +1,7 @@
1
@props(['props' => []])
2
3
<table class="w-full text-left border-collapse">
4
- <thead class="border-b-2 dark:border-secondary-700">
+ <thead class="border-b-2 border-gray-200 dark:border-secondary-700">
5
<tr>
6
<th class="w-1/4 text-sm font-semibold text-gray-600 dark:text-gray-400 p-2">
7
Prop
0 commit comments