Skip to content

Commit

Permalink
Merge pull request #110 from multiversx/rm/update-beta-packages
Browse files Browse the repository at this point in the history
Update Beta Packages
  • Loading branch information
radumojic committed Mar 14, 2024
2 parents 8aeb3ff + 9c04e3f commit 70e05cf
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 69 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@multiversx/sdk-core": "12.18.0",
"@multiversx/sdk-dapp": "2.28.0",
"@multiversx/sdk-dapp-sc-explorer": "0.0.1-beta.6",
"@multiversx/sdk-core": "13.0.0-beta.5",
"@multiversx/sdk-dapp": "2.29.0-beta.5",
"@multiversx/sdk-dapp-sc-explorer": "0.0.1-beta.7",
"@multiversx/sdk-native-auth-server": "1.0.12",
"@multiversx/sdk-wallet": "4.3.0",
"@uiw/react-textarea-code-editor": "2.1.9",
Expand Down
17 changes: 5 additions & 12 deletions src/pages/Unlock/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,8 @@
}
}


.ledgerProgressbarThumb {
background-color: #1b46c2 ;
background-color: #1b46c2;
}

.ledgerConnectIcon {
Expand All @@ -161,16 +160,15 @@
color: white;

&:visited {
color: white
color: white;
}
}

.ledgerTableHead {
background: var(--background)
background: var(--background);
}

.ledgerTableItem {

@media (min-width: 768px) {
div label div span {
max-width: 112px;
Expand All @@ -185,14 +183,10 @@
.ledgerTableNavigationButton {
color: white;
}

.dapp-ledger-address-table {
background: red;
}
}
.buttons > div:first-of-type {
width: 60vw;
max-width: 250px;
}
}

.buttons > div:nth-of-type(2) {
Expand All @@ -201,4 +195,3 @@
}
}
}

Loading

0 comments on commit 70e05cf

Please sign in to comment.