Skip to content

Commit

Permalink
Fikset margin rundt knapp for å opprette ny spørreundersøkelse.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Oct 30, 2024
1 parent ef30dc7 commit d252c09
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button, HStack } from "@navikt/ds-react";
import { Button } from "@navikt/ds-react";
import { PlusIcon } from "@navikt/aksel-icons";
import React from "react";

Expand All @@ -12,13 +12,13 @@ export default function OpprettNySpørreundersøkelseKnapp({
<Button
onClick={onClick}
variant={"primary"}
style={{ margin: "1rem", minWidth: "10.5rem" }}
style={{ margin: "1rem 1rem 1rem 0", minWidth: "10.5rem" }}
disabled={disabled}
icon={
<PlusIcon fontSize="1.5rem" aria-hidden />
}
>
<HStack align={"center"} gap={"2"}>
<PlusIcon fontSize="1.5rem" />
Opprett ny
</HStack>
Opprett ny
</Button>
);
}

0 comments on commit d252c09

Please sign in to comment.