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

removed border from messages txs #3874

Closed MHarisAshfaq closed 1 week ago

MHarisAshfaq commented 1 week ago

What it solves

It will remove the border from the transactions in Messages tab.

Issue #3871 Resolves # 3871

How this PR fixes it

The sx prop is part of the MUI system, which allows you to apply styles to components directly I have put the border to none there. I have put code I below the Accordion element, which will remove the border and ensure that the pseudo-element is also removed.

sx={{ border: 'none', '&:before': { display: 'none' } }}

How to test it

you can visit https://app.safe.global/transactions/messages?safe=eth:0xA77DE01e157f9f57C7c4A326eeE9C4874D0598b6 URL where you will use list of transaction without border.

Screenshots

Screenshot 2024-06-26 at 6 51 36 PM

Checklist

github-actions[bot] commented 1 week ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

MHarisAshfaq commented 1 week ago

I have read the CLA Document and I hereby sign the CLA

MHarisAshfaq commented 1 week ago

recheck

gitpoap-bot[bot] commented 1 week ago

Congrats, your important contribution to this open-source project has earned you a GitPOAP!

GitPOAP: 2024 Safe Contributor:

GitPOAP: 2024 Safe Contributor GitPOAP Badge

Head to gitpoap.io & connect your GitHub account to mint!

Learn more about GitPOAPs here.