fix alignment issue and missing background

This commit is contained in:
fuomag9
2026-01-15 01:20:19 +01:00
parent 85c7a0f8c7
commit ce741c98c6
2 changed files with 2 additions and 2 deletions
@@ -101,7 +101,7 @@ export default function ProxyHostsClient({ hosts, certificates, accessLists, aut
align: "right" as const,
width: 150,
render: (host: ProxyHost) => (
<Stack direction="row" spacing={1} justifyContent="flex-end">
<Stack direction="row" spacing={1} justifyContent="flex-end" alignItems="center">
<Switch
checked={host.enabled}
onChange={(e) => handleToggleEnabled(host.id, e.target.checked)}