add hightlight of wallet select

This commit is contained in:
CounterFire2023 2024-06-24 19:35:35 +08:00
parent f3533d7901
commit 6a5e6223ea

View File

@ -171,6 +171,10 @@ function hideModal(result = null) {
margin-left: 20px;
}
}
.chain-modal-card:hover {
background-color: #D5BEFA;
color: #1E1925;
}
}
}