style: AddressDisplay padding (#1457)

This commit is contained in:
Avan 2024-07-23 22:17:51 +08:00 committed by GitHub
parent 09b44a3af3
commit 9528606906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,7 +114,7 @@ const AddressDisplay = (props: { label: string; content: string }) => {
<Box
sx={({ palette }) => ({
borderRadius: "8px",
padding: "2px",
padding: "2px 2px 2px 8px",
background:
palette.mode === "dark"
? alpha(palette.background.paper, 0.3)