Skip to content

Commit 0a183f7

Browse files
authored
fix(org): buttons not alligned (#1622)
1 parent bc4cb8c commit 0a183f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tavla/app/(admin)/components/Delete/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Delete({
4949
className="gap-4"
5050
variant="secondary"
5151
aria-label="Slett organisasjon"
52-
size="medium"
52+
size="small"
5353
>
5454
{type === 'secondary' && 'Slett'}
5555
<DeleteIcon />

0 commit comments

Comments
 (0)