Skip to content

Commit 2e8d91f

Browse files
committed
fix: styling for error message
1 parent 1a8d66e commit 2e8d91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/pages/NewTransaction/NavigationButtons/DepositPaymentButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const StyledButton = styled(Button)``;
3232
const ErrorMessage = styled.div`
3333
display: flex;
3434
align-items: center;
35-
gap: 12px;
35+
gap: 4px;
3636
justify-content: center;
37-
margin: 4px;
37+
margin: 12px;
3838
color: ${({ theme }) => theme.error};
3939
`;
4040

0 commit comments

Comments
 (0)