import styled from 'styled-components/native'; export const CCContainer = styled.View` padding-bottom: 30px; ` export const CCNotCarts = styled.View` height: 300px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; margin: auto; ` export const CCList = styled.ScrollView` padding: 10px 0px; `