Skip to content

Commit

Permalink
apply fix to connect-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Koster committed Oct 27, 2023
1 parent 2c26894 commit 8c33529
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/pages/connect-wallet/connect-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
FadeInOut,
Footer,
Kado,
KeplerIconWrapper,
LoadingPage,
MenuText,
NotificationDetail,
Expand Down Expand Up @@ -69,7 +70,9 @@ export const ConnectWallet: FC = () => {
<ButtonContainer isVisible={isConnectButtonVisible}>
<ButtonRow>
<PrimaryButton onClick={() => provisionWallet()}>
<KeplerIcon />
<KeplerIconWrapper>
<KeplerIcon />
</KeplerIconWrapper>
<ButtonText customColor={color.white}>{text.general.activateWallet}</ButtonText>
{isLoading ? <LoadingPage /> : <ArrowUp />}
</PrimaryButton>
Expand Down

0 comments on commit 8c33529

Please sign in to comment.