File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const DataProductCard = ({
35
35
data,
36
36
} : DataProductCardProps ) => {
37
37
return (
38
- < LinkBox className = "flex flex-col overflow-hidden rounded border border-border shadow-table-box transition-transform duration-100 ease-linear hover:scale-[1.02] hover:bg-background-highlight focus:scale-[1.02] focus:bg-background-highlight" >
38
+ < LinkBox className = "flex flex-col overflow-hidden rounded border shadow-table-box transition-transform duration-100 ease-linear hover:scale-[1.02] hover:bg-background-highlight focus:scale-[1.02] focus:bg-background-highlight" >
39
39
< Flex
40
40
className = {
41
41
"min-h-[200px] items-center justify-center shadow-[rgb(0_0_0/_10%)_0px_-1px_0px_inset]"
@@ -61,11 +61,11 @@ const DataProductCard = ({
61
61
< p className = "mx-4 mb-4 text-sm leading-[140%]" > { description } </ p >
62
62
</ div >
63
63
{ data && (
64
- < div className = "mb-4 max-h-[160px] overflow-y-scroll border-t border-border " >
64
+ < div className = "mb-4 max-h-[160px] overflow-y-scroll border-t" >
65
65
{ data . map ( ( { logo, coin, apy } , idx ) => (
66
66
< Flex
67
67
key = { idx }
68
- className = "justify-between border border-x-0 border-border p-4 text-sm uppercase"
68
+ className = "justify-between border border-x-0 p-4 text-sm uppercase"
69
69
>
70
70
< Flex className = "items-center" >
71
71
{ logo && (
You can’t perform that action at this time.
0 commit comments