@bothub-chat/ui
Version:
Bothub UI Components
2 lines (1 loc) • 488 B
JavaScript
import{styled as t}from"styled-components";import{animated as o}from"@react-spring/web";const e=t(o.div).withConfig({displayName:"styled__BackdropStyled",componentId:"sc-1uio6g1-0"})(["display:flex;justify-content:center;align-items:center;position:fixed;top:0px;bottom:0px;left:0px;right:0px;background:rgba(0,0,0,0.55);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:",";cursor:pointer;overflow:auto;"],(({theme:t})=>t.zIndex.backdrop));export{e as BackdropStyled};