import styled from 'styled-components/native'; export const OSContainer = styled.View` display: flex; flex-direction: column; justify-content: center; ` export const OSProductList = styled.View`` export const OSBill = styled.View` padding-horizontal: 10px; padding-top: 10px; flex: 1; ` export const OSTable = styled.View` flex-direction: row; justify-content: space-between; flex: 1; align-items: center; ` export const OSTotal = styled.View` border-top-width: 1px; border-top-color: #d9d9d9; margin-top: 15px; ` export const OSCoupon = styled.View` width: 100%; /* padding: 5px 0px; */ `