Skip to content

Commit

Permalink
style: AddressDisplay padding (clash-verge-rev#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Layouwen authored Jul 23, 2024
1 parent 09b44a3 commit 9528606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/setting/mods/network-interface-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9528606

Please sign in to comment.