ui fix
This commit is contained in:
parent
2784416eb3
commit
1352c0a77a
@ -98,7 +98,7 @@
|
|||||||
layout: {
|
layout: {
|
||||||
background: {
|
background: {
|
||||||
type: ColorType.Solid,
|
type: ColorType.Solid,
|
||||||
color: "#2A2E39",
|
color: "#11151D",
|
||||||
},
|
},
|
||||||
lineColor: "#2B2B43",
|
lineColor: "#2B2B43",
|
||||||
textColor: "#D9D9D9",
|
textColor: "#D9D9D9",
|
||||||
@ -182,14 +182,12 @@
|
|||||||
>
|
>
|
||||||
</HoverCard.Trigger>
|
</HoverCard.Trigger>
|
||||||
</div>
|
</div>
|
||||||
<HoverCard.Content
|
<HoverCard.Content class=" w-96 bg-[#11151D] border border-gray-600">
|
||||||
class=" w-96 bg-secondary border border-gray-500 shadow-lg"
|
|
||||||
>
|
|
||||||
<div class="flex justify-between space-x-4 w-full text-white">
|
<div class="flex justify-between space-x-4 w-full text-white">
|
||||||
<div class="space-y-1 w-full">
|
<div class="space-y-1 w-full">
|
||||||
<!--Hover Stock Chart-->
|
<!--Hover Stock Chart-->
|
||||||
<label
|
<label
|
||||||
class=" text-sm flex flex-row items-center justify-start bg-secondary"
|
class=" text-sm flex flex-row items-center justify-start bg-[#11151D]"
|
||||||
>
|
>
|
||||||
<div class="flex flex-col items-start w-full">
|
<div class="flex flex-col items-start w-full">
|
||||||
<div class=" flex flex-col items-start pb-1">
|
<div class=" flex flex-col items-start pb-1">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user