fix: Embed does not show selected highlight
This commit is contained in:
@ -49,5 +49,5 @@ const Container = styled.div`
|
|||||||
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: ${props =>
|
box-shadow: ${props =>
|
||||||
props.isSelected ? `0 0 0 2px ${props.theme.selected}` : 'none'};
|
props.isSelected ? `0 0 0 2px ${props.theme.primary}` : 'none'};
|
||||||
`;
|
`;
|
||||||
|
Reference in New Issue
Block a user