@bothub-chat/ui
Version:
Bothub UI Components
4 lines (3 loc) • 732 B
JavaScript
import{styled as e,css as t}from"styled-components";import{Radio as o}from"../../radio/index.js";import{adaptive as i}from"../../../adaptive/index.js";const n=e.div.withConfig({displayName:"styled__ThemeSchemeSectionStyled",componentId:"sc-14p0ntj-0"})(["display:flex;flex-direction:column;gap:20px;"]),p=e(o).withConfig({displayName:"styled__ThemeSchemeSectionRadio",componentId:"sc-14p0ntj-1"})([""]),d=e.div.withConfig({displayName:"styled__ThemeSchemeSectionButtons",componentId:"sc-14p0ntj-2"})(["display:flex;gap:34px;flex-wrap:wrap;align-content:start;",""],i({variant:"dashboard",desktop:t`
margin-left: 34px;
`}));export{d as ThemeSchemeSectionButtons,p as ThemeSchemeSectionRadio,n as ThemeSchemeSectionStyled};