@bothub-chat/ui
Version:
Bothub UI Components
5 lines (4 loc) • 526 B
JavaScript
import{styled as e,css as t}from"styled-components";import{Scrollbar as n}from"../scrollbar/index.js";const o=e.div.attrs(({$scrollbarEnabled:e})=>({as:e?n:"div"})).withConfig({displayName:"styled__ModalStyled",componentId:"sc-s88nsa-0"})(["display:flex;justify-content:center;align-items:",";position:fixed;inset:0;z-index:",";",""],({$scrollbarEnabled:e,$align:t})=>e?t:"center",({theme:e})=>e.zIndex.modal,({$scrollbarEnabled:e})=>e&&t`
padding-top: 16px;
padding-bottom: 16px;
`);export{o as ModalStyled};