Skip to content

Commit

Permalink
chore: add css-variables customization doc
Browse files Browse the repository at this point in the history
  • Loading branch information
karancoder committed Sep 27, 2024
1 parent 6790a1c commit 8a0d0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/integrate-capsule.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yarn add @leapwallet/cosmos-social-login-capsule-provider-ui

## Add the stylesheets from `@leapwallet/cosmos-social-login-capsule-provider-ui` and add `leap-ui` class to parent container of imported Modals.

This will ensure proper styling and you will be able to customize the modals using css-variables.
This will ensure proper styling and you will be able to customize the modals using css-variables as shown in [this doc](https://docs.leapwallet.io/cosmos/elements/theming/using-css-variables#customisation).

```javascript
import "@leapwallet/cosmos-social-login-capsule-provider-ui/styles.css";
Expand Down

0 comments on commit 8a0d0ef

Please sign in to comment.