From 78a8bed396bd73d28a4481074f3efc257d6a3f30 Mon Sep 17 00:00:00 2001 From: Max Goodhart Date: Fri, 28 Aug 2020 22:10:20 -0700 Subject: [PATCH] Fix appearance of blur button when active --- src/web/control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};