diff --git a/app/components/oppgave-steg-input/OppgaveStegInput.tsx b/app/components/oppgave-steg-input/OppgaveStegInput.tsx index 15e3cce8..16548747 100644 --- a/app/components/oppgave-steg-input/OppgaveStegInput.tsx +++ b/app/components/oppgave-steg-input/OppgaveStegInput.tsx @@ -57,15 +57,17 @@ export function OppgaveStegInput(props: IInputProps) { case "Boolean": return ( - +
+ +
); case "LocalDate": diff --git a/app/components/oppgave-steg-input/OppgaveStegInputBoolean.tsx b/app/components/oppgave-steg-input/OppgaveStegInputBoolean.tsx index 0bcf2c48..3a6945e3 100644 --- a/app/components/oppgave-steg-input/OppgaveStegInputBoolean.tsx +++ b/app/components/oppgave-steg-input/OppgaveStegInputBoolean.tsx @@ -17,6 +17,7 @@ export function OppgaveStegInputBoolean(props: IInputProps) { legend: <>{label}, children: undefined, // Needed to keep typescript happy })} + size={"small"} > {options?.trueText || "Ja"} {options?.falseText || "Nei"}