Changed upload button border to medium (#3744)
#3715 changed upload button border to medium
This commit is contained in:
@ -125,7 +125,7 @@ const StyledButton = styled.button<
|
||||
border-color: ${variant === 'secondary'
|
||||
? !disabled && focus
|
||||
? theme.color.blue
|
||||
: theme.background.transparent.light
|
||||
: theme.background.transparent.medium
|
||||
: focus
|
||||
? theme.color.blue
|
||||
: 'transparent'};
|
||||
|
||||
Reference in New Issue
Block a user