FIX: Corrected button border color for danger button (#2409)
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user