UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

4 lines (3 loc) 974 B
import{jsx as e}from"react/jsx-runtime";import{styled as t,css as i}from"styled-components";import{adaptive as o}from"../../adaptive/index.js";import{Plus2Icon as r}from"../../icons/plus-2/index.js";const a=t.div.withConfig({displayName:"styled__ThemeSchemesStyled",componentId:"sc-iiig09-0"})(["display:flex;flex-direction:column;gap:34px;",""],o({variant:"dashboard",tablet:i` flex-direction: row; `})),s=t.button.attrs({children:e(r,{})}).withConfig({displayName:"styled__ThemeAddButton",componentId:"sc-iiig09-1"})(["all:unset;width:40px;height:40px;display:flex;justify-content:center;align-items:center;margin:13px 14px;border-radius:26px;background-color:",";&:hover{cursor:pointer;outline:1px solid ",";}&:active{transform:scale(0.96);}svg path{fill:",";}transition:scale 50ms ease-out;"],({theme:e})=>e.colors.grayScale.gray3,({theme:e})=>e.colors.grayScale.gray2,({theme:e})=>e.colors.accent.primary);export{s as ThemeAddButton,a as ThemeSchemesStyled};