Skip to content

Commit

Permalink
update box height
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqiancaosissi committed Oct 24, 2023
1 parent 81a76e6 commit d17a7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screens/TokenDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function TokenOverview() {
</span>
</div>
</div>
<div className="grid grid-cols-3 mt-6 gap-x-10">
<div className="grid grid-cols-3 mt-4 gap-x-10">
<div className="flex flex-col">
<span className="text-sm text-gray-300 whitespace-nowrap">Supply Cap</span>
<div className="flex items-center">
Expand Down Expand Up @@ -459,7 +459,7 @@ function TokenOverview() {
</div>
</div>
</div>
<div className="grid grid-cols-4 mt-7 gap-x-10">
<div className="grid grid-cols-4 mt-5 gap-x-10">
<div className="flex flex-col w-1/4">
<span className="text-sm text-gray-300 whitespace-nowrap">Supply APY</span>
<div className="flex items-center">
Expand Down

0 comments on commit d17a7d6

Please sign in to comment.