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; `