mirror of
https://github.com/strapi/strapi.git
synced 2025-08-27 18:25:49 +00:00
9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
import styled from 'styled-components';
|
|
|
|
const LabelIconWrapper = styled.span`
|
|
margin-left: 5px;
|
|
cursor: pointer;
|
|
`;
|
|
|
|
export default LabelIconWrapper;
|