fix spacing issue

This commit is contained in:
pierre
2023-12-20 15:27:56 +01:00
parent b9493004aa
commit 9a1f28bd43
3 changed files with 4 additions and 4 deletions
@@ -55,7 +55,7 @@ function ConnectionStatus() {
}
};
return (
<div className="h-64 flex flex-col justify-center items-center gap-y-2">
<div className="h-72 flex flex-col justify-center items-center gap-y-2">
<div className="flex flex-1 items-end">
<div
className={clsx([
+1 -1
View File
@@ -71,7 +71,7 @@ function Home() {
<div className="h-full flex flex-col p-4">
<ConnectionStatus />
<div className="flex grow flex-col justify-between gap-y-2">
<div className="flex flex-col justify-between gap-y-2">
<div className="flex flex-col justify-between gap-y-4">
<NetworkModeSelect />
<div className="flex flex-col gap-4">
<div className="mt-3 font-semibold text-lg">
@@ -55,11 +55,11 @@ function NetworkModeSelect() {
};
return (
<div className="">
<div>
<RadioGroup value={selected} onChange={handleSelect}>
<RadioGroup.Label
as="div"
className="font-semibold text-lg text-baltic-sea dark:text-white mb-4"
className="font-semibold text-lg text-baltic-sea dark:text-white mb-5"
>
{t('select-network-label')}
</RadioGroup.Label>