feat: handle transactions locking request error.

This commit is contained in:
a.bouhuolia
2021-12-14 18:03:58 +02:00
parent ae7d37a0e0
commit eebe4c46fa
8 changed files with 47 additions and 30 deletions

View File

@@ -47,14 +47,14 @@ const AlertRoot = styled.div`
`}
`;
const AlertTitle = styled.h3`
export const AlertTitle = styled.h3`
color: rgb(17, 24, 28);
margin-bottom: 4px;
font-size: 14px;
font-weight: 600;
`;
const AlertDesc = styled.p`
export const AlertDesc = styled.p`
color: rgb(104, 112, 118);
margin: 0;
`;