Skip to content

Commit

Permalink
Merge pull request #51 from XDeFi-tech/feat/update-hardware-wallet-ca…
Browse files Browse the repository at this point in the history
…ution

feat: [XDEFI-2648] update hardware wallet caution header
  • Loading branch information
Amurmurmur committed Jun 12, 2023
2 parents 5a930a0 + 1c9f806 commit e9c58ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xdefi/wallets-connector",
"version": "1.5.10",
"version": "1.5.11",
"description": "Cross chain wallets connector with react hooks",
"author": "garageinc",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,9 @@ const DescriptionWrapper = styled.div`
`

const DescTitle = styled.div`
font-weight: 700;
font-weight: 900;
font-size: 13px;
color: white;
`

const DescText = styled.div`
Expand Down

0 comments on commit e9c58ac

Please sign in to comment.