{item?.option_type === "C" ? "Call" : "Put"}
@@ -613,7 +612,7 @@
on:click={() => handleViewData(item)}
on:mouseover={() =>
getContractHistory(item?.option_symbol)}
- class="px-2 sm:px-0 cursor-pointer text-[#04D9FF] sm:hover:text-white sm:hover:underline sm:hover:underline-offset-4"
+ class="px-2 sm:px-0 cursor-pointer text-[#04D9FF] sm:hover: sm:hover:underline sm:hover:underline-offset-4"
>
{item?.strike_price}
@@ -631,22 +630,22 @@
|
{item?.dte}
|
{item?.otm}%
|
{item?.last ?? "n/a"}
|
{#if item?.low && item?.high}
{item?.low}-{item?.high}
@@ -655,17 +654,17 @@
{/if}
|
{item?.volume?.toLocaleString("en-US")}
|
{item?.open_interest?.toLocaleString("en-US")}
|
{#if item?.changeOI >= 0}
|
{@html abbreviateNumberWithColor(
item?.total_premium,
@@ -698,13 +697,13 @@
Highest OI Contracts
-
+
@@ -712,7 +711,7 @@
{#each openInterestList as item, index}
{item?.option_type === "C" ? "Call" : "Put"}
@@ -733,7 +732,7 @@
on:click={() => handleViewData(item)}
on:mouseover={() =>
getContractHistory(item?.option_symbol)}
- class="cursor-pointer text-[#04D9FF] sm:hover:text-white sm:hover:underline sm:hover:underline-offset-4"
+ class="cursor-pointer text-[#04D9FF] sm:hover: sm:hover:underline sm:hover:underline-offset-4"
>
{item?.strike_price}
@@ -751,22 +750,22 @@
|
{item?.dte}
|
{item?.otm}%
|
{item?.last ?? "n/a"}
|
{#if item?.low && item?.high}
{item?.low}-{item?.high}
@@ -775,17 +774,17 @@
{/if}
|
{item?.volume?.toLocaleString("en-US")}
|
{item?.open_interest?.toLocaleString("en-US")}
|
{#if item?.changeOI >= 0}
|
{@html abbreviateNumberWithColor(
item?.total_premium,
@@ -828,26 +827,28 @@
class="modal {$screenWidth < 640 ? 'modal-bottom ' : ''} bg-[#000]/40 sm:px-5"
>
0
? 'max-w-7xl'
- : 'w-full'} rounded-md bg-default border-t sm:border border-gray-800 min-h-48 h-auto"
+ : 'w-full'} rounded-md border-t sm:border border-gray-300 dark:border-gray-800 min-h-48 h-auto"
>
| |