UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

7 lines 502 B
import styled from"styled-components";import{themeSpacing,Button}from"@amsterdam/asc-ui";import{ModalBlockStyle}from"../Modal/ModalStyles";export const MessageStyle=styled(ModalBlockStyle)` /* Reduce default margin-top on modal content in case message consists of HTML elements (ReactNode) */ margin-top: ${({message})=>typeof message==="string"?themeSpacing(3):themeSpacing(2)}; `;export const ButtonStyles=styled(Button)` justify-content: center; `; //# sourceMappingURL=ConfirmDialogStyles.js.map