import styled, { css } from 'styled-components/native'; export const UDContainer = styled.View` ` export const UDHeader = styled.View` display: flex; flex-direction: row; align-items: center; justify-content: space-between; ` export const UDForm = styled.View` width: 100%; /* margin-top: 25px; */ ` export const UDInfo = styled.View` display: flex; flex-direction: column; width: 100%; text-align: left; `