Skip to content

Commit

Permalink
button border
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Jan 27, 2025
1 parent 291cf49 commit f52f1de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion packages/kit/src/components/Connect/Connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export const Connect = (props: ConnectWalletContentProps) => {
onChange={onChangeEmail}
value={email}
name="email"
placeholder="Enter email"
placeholder="Email address"
controls={
<>
{emailAuthInProgress ? (
Expand Down
7 changes: 0 additions & 7 deletions packages/kit/src/components/ConnectButton/ConnectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const ConnectButton = (props: ConnectButtonProps) => {
<Card
gap="1"
clickable
borderRadius="xs"
justifyContent="center"
alignItems="center"
onClick={() => onConnect(connector)}
Expand All @@ -58,7 +57,6 @@ export const ConnectButton = (props: ConnectButtonProps) => {
<Tooltip message={label || walletProps.name}>
<Card
clickable
borderRadius="xs"
justifyContent="center"
alignItems="center"
onClick={() => onConnect(connector)}
Expand All @@ -82,7 +80,6 @@ export const ShowAllWalletsButton = ({ onClick }: ShowAllWalletsButtonProps) =>
<Tooltip message="Show more">
<Card
clickable
borderRadius="xs"
justifyContent="center"
alignItems="center"
onClick={onClick}
Expand Down Expand Up @@ -118,7 +115,6 @@ export const GoogleWaasConnectButton = (props: ConnectButtonProps) => {
return (
<Box
gap="1"
borderRadius="xs"
justifyContent="center"
alignItems="center"
background="backgroundSecondary"
Expand All @@ -141,7 +137,6 @@ export const GoogleWaasConnectButton = (props: ConnectButtonProps) => {
return (
<Box
background="backgroundSecondary"
borderRadius="xs"
display="flex"
justifyContent="center"
alignItems="center"
Expand All @@ -164,7 +159,6 @@ export const GoogleWaasConnectButton = (props: ConnectButtonProps) => {
<Card
clickable
background="transparent"
borderRadius="xs"
padding="0"
width="full"
position="relative"
Expand All @@ -176,7 +170,6 @@ export const GoogleWaasConnectButton = (props: ConnectButtonProps) => {
flexDirection="row"
height="full"
overflow="hidden"
borderRadius="sm"
alignItems="center"
justifyContent="center"
style={{
Expand Down

0 comments on commit f52f1de

Please sign in to comment.