import { List } from 'react-virtualized'; import styled from 'src/theme'; export const ListStyled = styled(List)` &:focus { outline: none; } `;