import styled from '@emotion/styled'; import { Label } from 'twenty-ui/display'; export const StyledDropdownMenuSubheader = styled(Label)` background-color: ${({ theme }) => theme.background.transparent.lighter}; padding: ${({ theme }) => `${theme.spacing(1)} ${theme.spacing(2)}`}; width: 100%; `;