UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

9 lines (6 loc) 188 B
import styled from 'styled-components'; const Wrapper = styled.div` padding: 10px 15px; border-bottom: 1px solid ${({ theme }) => theme.main.colors.pale}; `; export default Wrapper;