mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-26 15:12:47 -05:00
Fix appearance of blur button when active
This commit is contained in:
@@ -964,7 +964,7 @@ const StyledButton = styled.button`
|
||||
background: #ccc;
|
||||
border-radius: 5px;
|
||||
|
||||
${({ isActive, activeColor }) =>
|
||||
${({ isActive, activeColor = 'red' }) =>
|
||||
isActive &&
|
||||
`
|
||||
border-color: ${activeColor};
|
||||
|
||||
Reference in New Issue
Block a user