import styled from 'styled-components/native'; export const UDForm = styled.View` display: flex; align-items: center; flex-direction: column; width: 100%; margin-top: 20px; ` export const UDWrapper = styled.View` display: flex; align-items: center; flex-direction: column; width: 100%; margin-top: 20px; ` export const UDLoader = styled.View` width: 100%; justify-content: center; height: auto; display: inline-flex; flex-wrap: wrap; padding: 0; margin-top: 0px; ` export const WrapperPhone = styled.View` margin-bottom: 25px; ` export const EditButton = styled.View` align-items: center; justify-content: center; flex-direction: row; flex: 1; `