mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
style: AddressDisplay padding (#1457)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user