import styled from 'styled-components'; import { Option } from '@buffetjs/core'; const StyledOption = styled(Option)` > span { display: block !important; color: #007eff !important; } `; export default StyledOption;