style: pending transactions styling (#1738)

* test: pending transactions styling

* fix: don't always show button

* chore: revert reverted changes
This commit is contained in:
Dexter Edwards 2022-10-14 09:08:24 +01:00 committed by GitHub
parent fe472acfe9
commit 7aac1b6506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,7 +202,7 @@ export const EthWallet = () => {
{pendingTxs && (
<div>
<button
className="flex items-center gap-4 p-4 border whitespace-nowrap"
className="flex items-center gap-1 p-1 border whitespace-nowrap"
data-testid="pending-transactions-btn"
onClick={() =>
appDispatch({