UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

10 lines (7 loc) 140 B
import styled from 'styled-components'; const P = styled.p` color: #9ea7b8; font-size: 13px; font-weight: 500; `; export default P;