diff --git a/src/web/control.js b/src/web/control.js index 098a6b4..442f793 100644 --- a/src/web/control.js +++ b/src/web/control.js @@ -964,7 +964,7 @@ const StyledButton = styled.button` background: #ccc; border-radius: 5px; - ${({ isActive, activeColor }) => + ${({ isActive, activeColor = 'red' }) => isActive && ` border-color: ${activeColor};