style: pending transactions styling (#1738)
* test: pending transactions styling * fix: don't always show button * chore: revert reverted changes
This commit is contained in:
parent
fe472acfe9
commit
7aac1b6506
@ -202,7 +202,7 @@ export const EthWallet = () => {
|
|||||||
{pendingTxs && (
|
{pendingTxs && (
|
||||||
<div>
|
<div>
|
||||||
<button
|
<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"
|
data-testid="pending-transactions-btn"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
appDispatch({
|
appDispatch({
|
||||||
|
Loading…
Reference in New Issue
Block a user