ui fix
This commit is contained in:
parent
1be4eccaea
commit
809ec0cb27
@ -203,7 +203,7 @@
|
||||
</li>
|
||||
<li
|
||||
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-gray-400 sm:hover:text-white sm:hover:bg-[#27272A] sm:hover:bg-opacity-[0.95]'}"
|
||||
>
|
||||
|
||||
@ -199,7 +199,7 @@
|
||||
</li>
|
||||
<li
|
||||
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-gray-400 sm:hover:text-white sm:hover:bg-[#27272A] sm:hover:bg-opacity-[0.95]'}"
|
||||
>
|
||||
|
||||
@ -199,7 +199,7 @@
|
||||
</li>
|
||||
<li
|
||||
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-gray-400 sm:hover:text-white sm:hover:bg-[#27272A] sm:hover:bg-opacity-[0.95]'}"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user