Skip to content

Commit

Permalink
chore: auto-restake switch font size
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatales committed Dec 30, 2023
1 parent 8ee40c9 commit fca1c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ const Overview = () => {
<div className="flex-grow">
<OnOffSwitch defaultEnabled={enableAutoRestake} onChange={(bool) => handleAutoRestakeSwitch(bool)} />
</div>
<span className="text-xxs text-gray-300 relative bottom-1">Auto-Restake</span>
<span className="text-[.5rem] text-gray-300 relative bottom-1">Auto-Restake</span>
</div>
</div>}
</div>
Expand Down

0 comments on commit fca1c85

Please sign in to comment.