mirror of
https://github.com/strapi/strapi.git
synced 2025-08-28 02:35:55 +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;
|