updated padding across cards and forms

This commit is contained in:
2025-09-26 13:58:14 +01:00
parent 6773b82349
commit c3d273f29d
19 changed files with 26 additions and 26 deletions

View File

@@ -9,9 +9,9 @@ const WiFiCard = () => {
const [encryption, setEncryption] = useState("WPA2");
return (
<Card className="mb-4">
<Card className="p-4">
<CardHeader title={"WiFi"} />
<div className="flex flex-col gap-4">
<div className="flex flex-col gap-4 px-2">
<FormGroup>
<label
htmlFor="ssid"