import styled from "styled-components/native"; import { Text } from "../text"; export const Label = styled(Text)` font-size: 14px; font-weight: 100; `;