safe-global / safe-wallet-web

Safe{Wallet} – smart contract wallet for Ethereum (ex-Gnosis Safe multisig)
https://app.safe.global
GNU General Public License v3.0
311 stars 360 forks source link

Update the border in the dialogs and remove border for swap order history #3893

Open MHarisAshfaq opened 2 days ago

MHarisAshfaq commented 2 days ago

What it solves

Fix separators in different sections of interface

Resolves #3870

How this PR fixes it

I have updated border from 2px to 1px for the dialogs like create entry, edit entry, edit signer name, export address book and import address book.

And removed the border from swap order on transaction history page.

How to test it

Go the transaction history page and expand the swap order history and you see no border for it. Go to the address book page click on the following buttons to see the dialog create entry, edit entry,export address book and import address book.

Screenshots

Screenshot 2024-07-03 at 12 02 28 AM Screenshot 2024-07-03 at 12 02 41 AM

Checklist