Skip to content

Commit

Permalink
update faucebutton height and add space b/w Rainbowkit and faucetbutton
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Sep 29, 2024
1 parent 3ec512d commit 3d0432d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const Header = () => {
<HeaderMenuLinks />
</ul>
</div>
<div className="navbar-end flex-grow mr-4">
<div className="navbar-end flex-grow mr-4 space-x-1">
<RainbowKitCustomConnectButton />
<FaucetButton />
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/components/scaffold-eth/FaucetButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const FaucetButton = () => {
<TooltipProvider delayDuration={0}>
<Tooltip open={isBalanceZero}>
<TooltipTrigger asChild>
<Button variant="outline" size="icon" onClick={sendETH} disabled={loading}>
<Button variant="outline" size="icon" className="h-8" onClick={sendETH} disabled={loading}>
{!loading ? (
<BanknotesIcon className="h-4 w-4" />
) : (
Expand Down

0 comments on commit 3d0432d

Please sign in to comment.