Merge pull request #14772 from ramonlsouza/issue-14745

fix: Closed caption button with style bug
This commit is contained in:
Anton Georgiev 2022-04-07 14:30:59 -04:00 committed by GitHub
commit 052ed973cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
import styled from 'styled-components';
import Styled from '/imports/ui/components/user-list/styles';
import StyledContent from '/imports/ui/components/user-list/user-list-content/styles';
const ListItem = styled(Styled.ListItem)``;
const ListItem = styled(StyledContent.ListItem)``;
export default {
ListItem,