import styled from 'styled-components/native'; export const OptionTitle = styled.View` margin-top: 24px; `; export const ItemWrap = styled.ImageBackground` height: 100px; width: 100%; border-radius: 7.6px; overflow: hidden; align-items: flex-start; justify-content: center; padding-horizontal: 39px; margin-bottom: 24px; background-color: black; `;