Commit 6ba75bf3 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

update text black on table

parent 4f05b759
......@@ -100,7 +100,7 @@
@include('livewire.select-atleast-modal')
<div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full overflow-x-auto" x-data="pages.tables.initExample1">
<table aria-describedby="mydesc" class="is-hoverable w-full text-left">
<table aria-describedby="mydesc" class="is-hoverable w-full text-left text-black">
<thead>
<tr>
<th scope="col"
......
......@@ -99,7 +99,7 @@
@include('livewire.select-atleast-modal')
<div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full overflow-x-auto" x-data="pages.tables.initExample1">
<table aria-describedby="mydesc" class="is-hoverable w-full text-left">
<table aria-describedby="mydesc" class="is-hoverable w-full text-left text-black">
<thead>
<tr>
<th scope="col"
......
......@@ -97,7 +97,7 @@
@include('livewire.select-atleast-modal')
<div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full overflow-x-auto" x-data="pages.tables.initExample1">
<table aria-describedby="mydesc" class="is-hoverable w-full text-left">
<table aria-describedby="mydesc" class="is-hoverable w-full text-left text-black">
<thead>
<tr>
<th scope="col"
......
......@@ -62,7 +62,7 @@
<div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table aria-describedby="mydesc" class="is-hoverable table w-full text-left ">
<table aria-describedby="mydesc" class="is-hoverable table w-full text-left text-black">
<thead>
<tr>
<th scope="col"
......@@ -105,7 +105,7 @@
<tr class="border-y border-transparent border-b-slate-200 dark:border-b-navy-500">
<td class="whitespace-nowrap px-1 py-3 sm:px-2 text-center">{{ $patch->PID }}
</td>
<td class="whitespace-nowrap px-1 py-3 sm:px-2">{{ $patch->PATCHNAME }}</td>
<td class="whitespace-nowrap px-1 py-3 sm:px-2">{{ $patch->PATCHNAME }}</td>
<td class="whitespace-nowrap px-1 py-3 sm:px-2">
{{ \Illuminate\Support\Str::limit($patch->PDESC, 40) }}</td>
<td class="whitespace-nowrap px-1 py-3 sm:px-2">{{ $patch->NUMSERVER }}</td>
......
......@@ -70,7 +70,7 @@
<div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table aria-describedby="mydesc" class="is-hoverable table w-full text-left border-b">
<table aria-describedby="mydesc" class="is-hoverable table w-full text-left border-b text-black">
<thead>
<tr>
<th scope="col"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment