Make listening view easier to see in control page

This commit is contained in:
Max Goodhart
2020-11-06 23:22:05 -08:00
parent d36343a1d7
commit 6a539f8384

View File

@@ -1163,7 +1163,7 @@ const StyledGridPreviewBox = styled.div.attrs((props) => ({
border-bottom-width: ${({ pos, borderWidth, windowHeight }) =>
pos.y + pos.height === windowHeight ? 0 : borderWidth}px;
box-shadow: ${({ isListening }) =>
isListening ? `0 0 10px red inset` : 'none'};
isListening ? `0 0 0 4px red inset` : 'none'};
box-sizing: border-box;
overflow: hidden;
user-select: none;