Changed upload button border to medium (#3744)

#3715 changed upload button border to medium
This commit is contained in:
Jeet Desai
2024-02-01 21:51:48 +05:30
committed by GitHub
parent 7b2b70e479
commit d667bc4a90

View File

@ -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'};