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"
......
......@@ -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