File size: 138 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
import styled from 'styled-components';
const AtPrefix = styled.span`
color: black;
margin-left: 0.4em;
`;
export default AtPrefix;
|
1e92f2d |
1 2 3 4 5 6 7 8 9 |
import styled from 'styled-components';
const AtPrefix = styled.span`
color: black;
margin-left: 0.4em;
`;
export default AtPrefix;
|