diff --git a/src/lib/components/AnalystEstimate.svelte b/src/lib/components/AnalystEstimate.svelte index 30e4981e..db829543 100644 --- a/src/lib/components/AnalystEstimate.svelte +++ b/src/lib/components/AnalystEstimate.svelte @@ -789,7 +789,7 @@ Revenue @@ -808,7 +808,7 @@ Revenue Growth @@ -843,7 +843,7 @@ EPS @@ -862,7 +862,7 @@ EPS Growth @@ -896,7 +896,7 @@ Net Income @@ -915,7 +915,7 @@ Net Income Growth @@ -950,7 +950,7 @@ EBITDA @@ -969,7 +969,7 @@ EBITDA Growth @@ -1004,7 +1004,7 @@ No. Analysts {#each tableCombinedRevenue as item} diff --git a/src/lib/components/Options/GreekExposure.svelte b/src/lib/components/Options/GreekExposure.svelte index 5df770b8..74d2aa4f 100644 --- a/src/lib/components/Options/GreekExposure.svelte +++ b/src/lib/components/Options/GreekExposure.svelte @@ -386,7 +386,7 @@ {:else if data?.user?.tier !== "Pro"} diff --git a/src/lib/components/Options/HottestContracts.svelte b/src/lib/components/Options/HottestContracts.svelte index b2f451b5..b6efefa8 100644 --- a/src/lib/components/Options/HottestContracts.svelte +++ b/src/lib/components/Options/HottestContracts.svelte @@ -4,7 +4,6 @@ import TableHeader from "$lib/components/Table/TableHeader.svelte"; import UpgradeToPro from "$lib/components/UpgradeToPro.svelte"; - import Infobox from "$lib/components/Infobox.svelte"; import highcharts from "$lib/highcharts.ts"; export let data; @@ -828,7 +827,7 @@ id="optionDetailsDesktopModal" class="modal {$screenWidth < 640 ? 'modal-bottom ' - : ''} bg-[#000] bg-opacity-[0.8] sm:px-5" + : ''} bg-[#000]/40 sm:px-5" >