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'
|
border-color: ${variant === 'secondary'
|
||||||
? !disabled && focus
|
? !disabled && focus
|
||||||
? theme.color.blue
|
? theme.color.blue
|
||||||
: theme.background.transparent.light
|
: theme.background.transparent.medium
|
||||||
: focus
|
: focus
|
||||||
? theme.color.blue
|
? theme.color.blue
|
||||||
: 'transparent'};
|
: 'transparent'};
|
||||||
|
|||||||
Reference in New Issue
Block a user