Fix appearance of blur button when active

This commit is contained in:
Max Goodhart
2020-08-28 22:10:20 -07:00
parent 4b5e2931eb
commit 78a8bed396

View File

@@ -964,7 +964,7 @@ const StyledButton = styled.button`
background: #ccc;
border-radius: 5px;
${({ isActive, activeColor }) =>
${({ isActive, activeColor = 'red' }) =>
isActive &&
`
border-color: ${activeColor};