Remove merge residue

This commit is contained in:
Joao Victor 2022-06-01 16:55:28 -03:00
parent 2a1401f2ae
commit b75fbe8279

View File

@ -67,10 +67,6 @@ const Content = styled.div`
}
`}
${({ talking }) => talking && `
border: 2px solid ${colorPrimary};
`}
${({ fullscreen }) => fullscreen && `
position: fixed;
top: 0;