UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

13 lines (11 loc) 260 B
import { css } from '@emotion/react'; export const confirmationDialogStyling = css` .dialog-content { h2 { margin: 10px 0; line-height: 22px; font-size: 16px; font-weight: normal; } } `;