Skip to content

Commit

Permalink
Scroll prod deploy (#510)
Browse files Browse the repository at this point in the history
* Updated scroll top issues and added hovers

* Misc text correction
  • Loading branch information
andreitr authored Sep 19, 2024
1 parent 722e1a9 commit 32b4678
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function PartialDelegationDialog({
You can not delegate more than 100% of your voting power.
</div>
) : (
<div className="flex flex-row justify-between text-sm p-2 bg-brandSecondary rounded-md text-secondary">
<div className="flex flex-row justify-between text-xs p-2 bg-brandSecondary rounded-md text-secondary">
<div className="font-semibold">
{formatPercentageWithPrecision(totalPercentage * 100, 2)}% of your
votable supply is delegated
Expand Down

0 comments on commit 32b4678

Please sign in to comment.