UNPKG

strapi-plugin-users-permissions

Version:

Protect your API with a full-authentication process based on JWT

10 lines (7 loc) 215 B
import styled from 'styled-components'; const ListWrapper = styled.div` background-color: ${({ theme }) => theme.main.colors.white}; padding-top: 1rem; padding-bottom: 1.8rem; `; export default ListWrapper;