This commit is contained in:
MuslemRahimi 2024-11-06 15:39:19 +01:00
parent 1be4eccaea
commit 809ec0cb27
3 changed files with 3 additions and 3 deletions

View File

@ -203,7 +203,7 @@
</li> </li>
<li <li
on:click={() => selectTimeInterval("5Y")} on:click={() => selectTimeInterval("5Y")}
class="p-2 px-5 cursor-pointer {timePeriod === '3Y' class="p-2 px-5 cursor-pointer {timePeriod === '5Y'
? 'text-white bg-[#27272A] sm:hover:bg-opacity-[0.95]' ? 'text-white bg-[#27272A] sm:hover:bg-opacity-[0.95]'
: 'text-gray-400 sm:hover:text-white sm:hover:bg-[#27272A] sm:hover:bg-opacity-[0.95]'}" : 'text-gray-400 sm:hover:text-white sm:hover:bg-[#27272A] sm:hover:bg-opacity-[0.95]'}"
> >

View File

@ -199,7 +199,7 @@
</li> </li>
<li <li
on:click={() => selectTimeInterval("5Y")} on:click={() => selectTimeInterval("5Y")}
class="p-2 px-5 cursor-pointer {timePeriod === '3Y' class="p-2 px-5 cursor-pointer {timePeriod === '5Y'
? 'text-white bg-[#27272A] sm:hover:bg-opacity-[0.95]' ? 'text-white bg-[#27272A] sm:hover:bg-opacity-[0.95]'
: 'text-gray-400 sm:hover:text-white sm:hover:bg-[#27272A] sm:hover:bg-opacity-[0.95]'}" : 'text-gray-400 sm:hover:text-white sm:hover:bg-[#27272A] sm:hover:bg-opacity-[0.95]'}"
> >

View File

@ -199,7 +199,7 @@
</li> </li>
<li <li
on:click={() => selectTimeInterval("5Y")} on:click={() => selectTimeInterval("5Y")}
class="p-2 px-5 cursor-pointer {timePeriod === '3Y' class="p-2 px-5 cursor-pointer {timePeriod === '5Y'
? 'text-white bg-[#27272A] sm:hover:bg-opacity-[0.95]' ? 'text-white bg-[#27272A] sm:hover:bg-opacity-[0.95]'
: 'text-gray-400 sm:hover:text-white sm:hover:bg-[#27272A] sm:hover:bg-opacity-[0.95]'}" : 'text-gray-400 sm:hover:text-white sm:hover:bg-[#27272A] sm:hover:bg-opacity-[0.95]'}"
> >