UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

11 lines (8 loc) 249 B
import { css } from '@emotion/react'; export const getTasksBadgeStyles = () => { const failedTaskBadgeStyle = css({ cursor: 'pointer', '&:hover': { textDecoration: 'underline' }, }); return { failedTaskBadgeStyle }; };