Skip to content

Commit

Permalink
fix(org): buttons not alligned (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindgrutle authored Aug 27, 2024
1 parent bc4cb8c commit 0a183f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tavla/app/(admin)/components/Delete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Delete({
className="gap-4"
variant="secondary"
aria-label="Slett organisasjon"
size="medium"
size="small"
>
{type === 'secondary' && 'Slett'}
<DeleteIcon />
Expand Down

0 comments on commit 0a183f7

Please sign in to comment.