import styled from 'styled-components/native' export const OrderSuccessContainer = styled.ScrollView` padding: 20px; ` export const LocationWrapper = styled.View` display: flex; align-items: flex-start; flex-direction: row; margin-bottom: 20px; ` export const DeliveryWrapper = styled.View` display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 25px; ` export const DeliveryContentWrapper = styled.View` flex-direction: row; `