Skip to content

Commit 2876b15

Browse files
committed
add border color
1 parent c1307bd commit 2876b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/components/tables/props.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@props(['props' => []])
22

33
<table class="w-full text-left border-collapse">
4-
<thead class="border-b-2 dark:border-secondary-700">
4+
<thead class="border-b-2 border-gray-200 dark:border-secondary-700">
55
<tr>
66
<th class="w-1/4 text-sm font-semibold text-gray-600 dark:text-gray-400 p-2">
77
Prop

0 commit comments

Comments
 (0)