ui fix
This commit is contained in:
parent
a0ac6350c7
commit
ed9384a592
@ -230,9 +230,9 @@
|
|||||||
class="w-full rounded-md overflow-hidden overflow-x-scroll no-scrollbar"
|
class="w-full rounded-md overflow-hidden overflow-x-scroll no-scrollbar"
|
||||||
>
|
>
|
||||||
<table
|
<table
|
||||||
class="table table-pin-cols table-sm table-compact rounded-none sm:rounded-md w-full border-bg-default m-auto mt-4 overflow-x-auto"
|
class="table table-pin-cols table-sm table-compact rounded-none sm:rounded-md w-full bg-table m-auto mt-4 overflow-x-auto"
|
||||||
>
|
>
|
||||||
<thead>
|
<thead class="bg-default">
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td
|
<td
|
||||||
class="text-slate-200 font-semibold text-sm text-start"
|
class="text-slate-200 font-semibold text-sm text-start"
|
||||||
@ -290,7 +290,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{#each optionsWatchlist as item, index}
|
{#each optionsWatchlist as item, index}
|
||||||
<!-- row -->
|
<!-- row -->
|
||||||
<tr class="odd:bg-odd border-b-[#09090B]">
|
<tr class="odd:bg-odd border-b border-gray-800">
|
||||||
<td
|
<td
|
||||||
class="text-white text-sm text-start whitespace-nowrap"
|
class="text-white text-sm text-start whitespace-nowrap"
|
||||||
>
|
>
|
||||||
@ -300,8 +300,8 @@
|
|||||||
<th
|
<th
|
||||||
on:click={() => handleFilter(item?.id)}
|
on:click={() => handleFilter(item?.id)}
|
||||||
class="{index % 2
|
class="{index % 2
|
||||||
? 'bg-default'
|
? 'bg-table'
|
||||||
: 'bg-secondary'} font-normal text-sm sm:text-[1rem] text-start"
|
: 'bg-odd'} font-normal text-sm sm:text-[1rem] text-start"
|
||||||
>
|
>
|
||||||
<div class=" flex flex-row items-center">
|
<div class=" flex flex-row items-center">
|
||||||
<input
|
<input
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user