Skip to content

Commit

Permalink
chore: tune delete button and dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
o-jorgensen committed Sep 18, 2024
1 parent 112e3e3 commit 4132867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ModelView/DeleteButton/DeleteModel.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export const DeleteDialog = styled(Dialog)`
.actions {
display: flex;
flex-flow: row nowrap;
gap: ${spacings.SMALL};
column-gap: ${spacings.SMALL};
}
`;

0 comments on commit 4132867

Please sign in to comment.