Skip to content

Commit

Permalink
Merge pull request #20 from rarimo/fixes-v5
Browse files Browse the repository at this point in the history
Fixes v5
  • Loading branch information
ardier16 authored Dec 13, 2023
2 parents 5579009 + fb077f8 commit f5a5828
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/assets/icons/account-balance-wallet-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/common/AppNavbar/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.app-navbar__link {
padding: toRem(12);
margin-top: toRem(24);
margin-top: toRem(120);

&:first-child {
margin-left: auto;
Expand Down
1 change: 1 addition & 0 deletions src/pages/SignInPage/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const SignInPage = () => {
) : (
<AppButton
iconLeft={IconNames.Metamask}
className='sign-in-page__button'
text={isPending ? `Please, reload page` : `Install metamask`}
modification='border-circle'
onClick={openInstallMetamaskLink}
Expand Down
4 changes: 4 additions & 0 deletions src/pages/SignInPage/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,8 @@
position: absolute;
top: toRem(38);
left: toRem(65);
}

.sign-in-page__button {
font-size: toRem(16);
}

0 comments on commit f5a5828

Please sign in to comment.