import styled from 'styled-components/native' export const TaxInformationContainer = styled.ScrollView` padding: 10px 40px; ` export const ProductContainer = styled.View` flex: 1; margin-top: 10px; `