UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

15 lines (12 loc) 290 B
import styled from 'styled-components'; const FilterOptionsCTA = styled.button` display: flex; justify-content: center; height: 20px; width: 20px; margin: 8px 5px 0px 0px; border-radius: 50%; border: 1px solid #E3E9F3; cursor: pointer; `; export default FilterOptionsCTA;