Skip to content

Commit

Permalink
Merge pull request #24 from pontem-network/swap-button-new-wallet-int…
Browse files Browse the repository at this point in the history
…egration

feat(widget): fix zIndex
  • Loading branch information
lusd authored Sep 4, 2023
2 parents 2beaa18 + 0504bff commit 3916b15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ loadWidget('liquidswap-widget');
- [x] Integrate widget to Pontem Wallet.
- [ ] Add theme support.
- [ ] Add example with plain JS.
- [ ] Expand token list.
- [x] Expand token list.
- [ ] Add MSafe wallet support.

See the [open issues](https://github.com/pontem-network/liquidswap-widget/issues) for a full list of proposed features (and known issues).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pontem/liquidswap-widget",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/pontem-network/liquidswap-widget#readme",
"description": "LiquidSwap widget as custom web component",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/Swap/styles/swapContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
font-size: 1.1rem;
font-weight: 500;
background: linear-gradient(90deg, #6E42CA 0%, #8D29C1 100%);
z-index: 0!important;

&_warning {
background: linear-gradient(89.82deg, #e57106 0.08%, #ee5d0c 99.85%);
Expand Down

0 comments on commit 3916b15

Please sign in to comment.