import styled from 'styled-components/native' export const OrderContainer = styled.TouchableOpacity` position: relative; margin-vertical: 12px; ` export const OrderInfo = styled.View` position: absolute; width: 100%; height: 100%; flex-direction: column; justify-content: center; padding-horizontal: 30px; background-color: rgba(0,0,0,0.3); border-radius: 8px; `