@bothub-chat/ui
Version:
Bothub UI Components
2 lines (1 loc) • 692 B
JavaScript
import{styled as o}from"styled-components";import{Typography as t}from"../typography/index.js";const i=o.form.withConfig({displayName:"styled__Form",componentId:"sc-1oduc7-0"})(["display:flex;flex-direction:column;align-items:flex-start;width:100%;box-sizing:border-box;gap:16px;padding-bottom:1px;"]),d=o(t).attrs({variant:"body-m-medium",component:"p"}).withConfig({displayName:"styled__FormText",componentId:"sc-1oduc7-1"})(["color:",";width:100%;margin-bottom:10px;"],(({theme:o})=>o.default.colors.grayScale.gray1)),e=o.div.withConfig({displayName:"styled__FormButtons",componentId:"sc-1oduc7-2"})(["display:flex;width:100%;gap:20px;"]);export{i as Form,e as FormButtons,d as FormText};