import styled from 'react-emotion'; export const CustomTaskListComponentStyles = styled('div')` padding: 10px; margin: 0px; color: #fff; background: #000; .accented { color: red; cursor: pointer; float: right; } `;