FIX: Corrected button border color for danger button (#2409)

This commit is contained in:
Uwem Israel
2023-11-08 23:47:12 +01:00
committed by GitHub
parent 7a5476e31a
commit 4efbe4d798
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ const StyledCenteredTitle = styled.div`
`;
export const StyledConfirmationButton = styled(StyledCenteredButton)`
border-color: ${({ theme }) => theme.color.red20};
border-color: ${({ theme }) => theme.border.color.danger};
box-shadow: none;
color: ${({ theme }) => theme.color.red};
font-size: ${({ theme }) => theme.font.size.md};