import styled, { css } from 'styled-components/native'; export const UDContainer = styled.View`` export const UDHeader = styled.View` flex-direction: row; align-items: center; ` 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; ` export const EditBtn = styled.TouchableOpacity` align-items: center; justify-content: center; padding-top: 9px; width: 40px; `;