Skip to content

Commit

Permalink
PSBT working + nits
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Oct 25, 2024
1 parent 866f248 commit 1ff653b
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 220 deletions.
10 changes: 10 additions & 0 deletions mpc-core-kit-web/mpc-core-kit-bitcoin/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,13 @@
flex-wrap: wrap;
gap: 10px;
}

.btn-balance {
background-color: #e4f61a;
color: black;
}

.btn-balance:hover {
background-color: #c2d30e;
box-shadow: 0 0 5px rgba(228, 246, 26, 0.8);
}
3 changes: 3 additions & 0 deletions mpc-core-kit-web/mpc-core-kit-bitcoin/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@ function App() {
>
Source code
</a>
<a href="https://coinfaucet.eu/en/btc-testnet/" target="_blank" rel="noopener noreferrer">
Faucet
</a>
</footer>
</div>
);
Expand Down
Loading

0 comments on commit 1ff653b

Please sign in to comment.