import styled from 'styled-components'; const Label = styled.div` padding: 15px; font-size: 13px; font-weight: 600; `; export default Label;