/** * Styled black background gradient label used to label a widget. * Widget refers to one of the isolated rounded containers (such as search form or table). */ const TopLabel = ({ children }: { children: JSX.Element | JSX.Element[] }) => { return (