Skip to content

Make header "Connect wallet" button primary - #959

Open
cairomassimo wants to merge 2 commits into
mainfrom
massimocairo/acr-34-recolor-connect-wallet-button-on-landing
Open

Make header "Connect wallet" button primary#959
cairomassimo wants to merge 2 commits into
mainfrom
massimocairo/acr-34-recolor-connect-wallet-button-on-landing

Conversation

@cairomassimo

@cairomassimo cairomassimo commented Jul 31, 2025

Copy link
Copy Markdown
Contributor

Closes ACR-34

@netlify

netlify Bot commented Jul 31, 2025

Copy link
Copy Markdown

Deploy Preview for acre-dapp ready!

Name Link
🔨 Latest commit c60c1fa
🔍 Latest deploy log https://app.netlify.com/projects/acre-dapp/deploys/68af6c26d6ccff00086fb7d1
😎 Deploy Preview https://deploy-preview-959--acre-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jul 31, 2025

Copy link
Copy Markdown

Deploy Preview for acre-dapp-testnet ready!

Name Link
🔨 Latest commit c60c1fa
🔍 Latest deploy log https://app.netlify.com/projects/acre-dapp-testnet/deploys/68af6c2699a33f0008d2e4ba
😎 Deploy Preview https://deploy-preview-959--acre-dapp-testnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nkuba
nkuba enabled auto-merge August 27, 2025 20:35
@nkuba
nkuba disabled auto-merge August 27, 2025 20:36
@nkuba
nkuba requested a review from kpyszkowski August 27, 2025 20:39

@kpyszkowski kpyszkowski left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One remark

@@ -67,9 +67,7 @@ export default function ConnectWallet() {
return (
<Button
size="lg"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing variant changes also the size which is not desirable.
It should be addressed in the theme so size props controls the size and variant props controls the appearance.

Let's enforce the height of old button as a workaround with the proper TODO comment.

Suggested change
size="lg"
size="lg"
{/* TODO: Revisit Buttons theme and separate appearance (variant) from the size */}
height="48px"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants