import styled from 'styled-components/native' export const Container = styled.View` ` export const WrapHeader = styled.View` padding-vertical: 15px; display: flex; justify-content: space-between; align-items: center; flex-direction: row; background-color: #ffffff; `