mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:43:44 +08:00
style: AddressDisplay padding (#1457)
This commit is contained in:
parent
22bcc2e438
commit
6ab7131378
@ -114,7 +114,7 @@ const AddressDisplay = (props: { label: string; content: string }) => {
|
|||||||
<Box
|
<Box
|
||||||
sx={({ palette }) => ({
|
sx={({ palette }) => ({
|
||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
padding: "2px",
|
padding: "2px 2px 2px 8px",
|
||||||
background:
|
background:
|
||||||
palette.mode === "dark"
|
palette.mode === "dark"
|
||||||
? alpha(palette.background.paper, 0.3)
|
? alpha(palette.background.paper, 0.3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user