typo
This commit is contained in:
parent
3803368f53
commit
a9af5001c2
@ -968,7 +968,8 @@
|
|||||||
<div class="flex flex-col items-center mr-4">
|
<div class="flex flex-col items-center mr-4">
|
||||||
<button
|
<button
|
||||||
on:click={() => changeData("1M")}
|
on:click={() => changeData("1M")}
|
||||||
class="text-sm font-medium {displayData === '1M'
|
class="text-sm font-medium sm:hover:text-white text-gray-400 {displayData ===
|
||||||
|
'1M'
|
||||||
? 'text-white '
|
? 'text-white '
|
||||||
: 'bg-[#09090B]'}"
|
: 'bg-[#09090B]'}"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user