import styled from 'styled-components/native' export const Card = styled.View` padding-vertical: 5px; margin-bottom: 10px; flex-direction: row; width: 100%; ` export const Logo = styled.View` border-radius: 7.6px; box-shadow: 0 1px 2px #0000001A; ` export const Information = styled.View` justify-content: center; align-items: flex-start; margin-start: 14px; margin-end: 7px; flex: 1; ` export const MyOrderOptions = styled.View` flex-direction: column; justify-content: space-between; ` export const Status = styled.View` align-items: center; justify-content: space-between; ` export const WrappButton = styled.View` `