Skip to content

Commit

Permalink
chore: style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatales committed Dec 18, 2023
1 parent 3fdb85f commit 6028b51
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
24 changes: 18 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Layout/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const SideNav = (props: SideNavProps) => {
>
<div className="flex items-center">
<img
className="w-5 h-auto inline-block mr-4 fill-current text-black hover:text-tinkerYellow transition-colors duration-200"
className="w-5 h-auto inline-block mr-4"
src={link.icon}
alt="icon"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ const Overview = () => {
variant="primary">
Claim TNKR Rewards
</Button>
<div className="flex flex-col gap-0 items-center justify-around relative border border-tinkerYellow border-opacity-50 bg-tinkerGrey rounded-lg scale-70 lg:scale-90">
<div className="flex flex-col items-center justify-around relative border border-tinkerYellow border-opacity-50 bg-tinkerGrey rounded-lg scale-70 lg:scale-90">
<div className="flex-grow">
<OnOffSwitch defaultEnabled={enableAutoRestake} onChange={(bool) => handleAutoRestake(bool)} />
</div>
Expand Down

0 comments on commit 6028b51

Please sign in to comment.