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