import styled from 'styled-components/native'; export const Wrapper = styled.View` background-color: white; min-height: 200px; padding: 0px 25px; `; export const Container = styled.View` padding-bottom: 40px; ` export const InputWrap = styled.View` flex-direction: row; align-items: center; border-bottom-width: 1px; border-bottom-color: #D7D7D7; margin-bottom: 35px; `