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

@ -208,7 +208,7 @@ const StyledButton = styled.button<
variant === 'secondary'
? focus
? theme.color.red
: theme.color.red20
: theme.border.color.danger
: focus
? theme.color.red
: 'transparent'