style: AddressDisplay padding (#1457)

This commit is contained in:
Avan 2024-07-23 22:17:51 +08:00 committed by GitHub
parent 22bcc2e438
commit 6ab7131378

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)