Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov committed Oct 3, 2024
1 parent 87b7725 commit 2f9e66b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions utils/wallet-connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export { Header };

## Vara UI Theme

Wallet is available in two theme variations - `vara` and `gear`.

Be aware that in order for `vara` theme to work as expected, `@gear-js/vara-ui` should be installed with configured global styles:
Be aware that in order for `vara` theme to work as expected, `@gear-js/vara-ui` package should be installed with configured global styles:

```jsx
import { Wallet } from '@gear-js/wallet-connect';
Expand All @@ -67,7 +65,9 @@ function VaraWallet() {
export { VaraWallet };
```

In order for `gear` theme to work as expected, `@gear-js/ui` should be installed with configured global `index.scss`:
## Gear UI Theme

In order for `gear` theme to work as expected, `@gear-js/ui` package should be installed with configured global `index.scss`:

```scss
@use '@gear-js/ui/resets';
Expand Down
2 changes: 1 addition & 1 deletion utils/wallet-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gear-js/wallet-connect",
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"description": "React library to connect Substrate based wallets to Gear dApps",
"author": "Gear Technologies",
Expand Down

0 comments on commit 2f9e66b

Please sign in to comment.