Skip to content

Commit

Permalink
patch fixing elrond ledger styling issues with models
Browse files Browse the repository at this point in the history
  • Loading branch information
newbreedofgeek committed Dec 6, 2022
1 parent 0e47635 commit 44ea543
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-dex",
"version": "0.7.1",
"version": "0.7.2",
"description": "The Itheum Data DEX enables you to trade your personal data using web3 tech",
"dependencies": {
"@chakra-ui/icons": "2.0.12",
Expand Down
18 changes: 9 additions & 9 deletions src/Elrond/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
}

/* START LEDGER STYLING */
.dapp-core-component__main__table{
color: var(--chakra-colors-chakra-body-text);
font-weight: 700;
.dapp-core-component__main__table {
color: var(--chakra-colors-chakra-body-text) !important;
font-weight: 700 !important;
}

thead.dapp-core-component__main__text-black-50{
color: var(--chakra-colors-chakra-body-text);
thead.dapp-core-component__main__text-black-50 {
color: var(--chakra-colors-chakra-body-text) !important;
}

.dapp-core-component__dappModalStyles__dappModal{
padding-top: 0;
.dapp-core-component__dappModalStyles__dappModal {
padding-top: 0 !important;
}

.dapp-core-component__dappModalStyles__dappModalContent{
max-width: fit-content;
.dapp-core-component__dappModalStyles__dappModalContent {
max-width: fit-content !important;
}
/* STOP LEDGER STYLING */

Expand Down

0 comments on commit 44ea543

Please sign in to comment.