UNPKG

@sinchsmb/ui-kit

Version:

UI kit for SinchSMB frontend

12 lines (8 loc) 231 B
import styled from 'styled-components/macro'; import { color } from '../../theme'; export const StyledItem = styled.div` border-bottom: 1px solid ${color('sys/color/divider')}; &:last-child { border-bottom: none; } `;