Polish UI

This commit is contained in:
BorysLevytskyi
2023-05-14 15:14:21 +02:00
parent 551de2c798
commit 8e2bcc8521
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ code { font-size: 1.2em; font-weight: bold; }
}
.button { padding: 5px;}
.button svg { margin: 0 5px; }
.button svg { margin: 0; margin-right: 5px; }
.button-large { padding: 10px; }
.button:hover { background: rgba(255, 255, 255, 0.2);}

View File

@@ -27,7 +27,7 @@ function DonateResultView() {
</div>
<div className='section'>
<h3>BitCoin</h3>
<h3>Bitcoin</h3>
<span>BTC Address:</span> <strong>{addr}</strong>
<button onClick={() => copy()} title="Copy this address into the Cliboard" className={`button copy-button ${copyCss}`}>
Copy