Skip to content

Commit

Permalink
Endret farge på sletteknapp for spørreundersøkelser.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Oct 30, 2024
1 parent d252c09 commit a6cc69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const BehovsvurderingCardHeaderInnhold = ({
</StyledActionButton>
{brukerErEierAvSak && (
<StyledActionButton
variant={"danger"}
variant="tertiary"
onClick={() =>
setSlettSpørreundersøkelseModalÅpen(
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const EvalueringCardHeaderInnhold = ({
</StyledActionButton>
{brukerErEierAvSak && (
<StyledActionButton
variant={"danger"}
variant="tertiary"
onClick={() =>
setSlettSpørreundersøkelseModalÅpen(
true,
Expand Down

0 comments on commit a6cc69a

Please sign in to comment.