Skip to content

Commit

Permalink
finish polish (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburrus committed Sep 10, 2024
1 parent e8efbc0 commit 66185d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function OpenLongsContainer(): ReactElement {
</p>
}
action={
<Link className="daisy-btn daisy-btn-primary" to="/">
<Link className="daisy-btn daisy-btn-primary rounded-full" to="/">
View Pools
</Link>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function LpAndWithdrawalSharesContainer(): ReactElement {
</p>
}
action={
<Link className="daisy-btn daisy-btn-primary" to="/">
<Link className="daisy-btn daisy-btn-primary rounded-full" to="/">
View Pools
</Link>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function LpCurrentValueCell({
)}
</>
</span>
<span className="text-sm text-gray-500">
<span className="text-neutral-content">
{`${formatRate(withdrawablePercent.div(parseFixed("100")).bigint)} withdrawable`}
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function OpenShortsContainer(): ReactElement {
</p>
}
action={
<Link className="daisy-btn daisy-btn-primary" to="/">
<Link className="daisy-btn daisy-btn-primary rounded-full" to="/">
View Pools
</Link>
}
Expand Down

0 comments on commit 66185d8

Please sign in to comment.