@bothub-chat/ui
Version:
Bothub UI Components
10 lines (9 loc) • 990 B
JavaScript
import{styled as e,css as o}from"styled-components";import{Typography as t}from"../../typography/index.js";import{DeleteChatIcon as a}from"../../../icons/delete-chat/index.js";const r=e.div.withConfig({displayName:"styled__SidebarEmptyGroupStyled",componentId:"sc-baligb-0"})(["margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px;"]),i=e(a).withConfig({displayName:"styled__SidebarEmptyGroupIcon",componentId:"sc-baligb-1"})(["",""],(({theme:e})=>"dark"===e.mode?o`
path {
stroke: ${({theme:e})=>e.colors.grayScale.gray6};
}
`:o`
path {
stroke: ${({theme:e})=>e.colors.grayScale.gray1};
}
}`)),m=e(t).attrs({variant:"body-m-medium"}).withConfig({displayName:"styled__SidebarEmptyGroupText",componentId:"sc-baligb-2"})(["color:",";"],(({theme:e})=>"dark"===e.mode?e.colors.grayScale.gray6:e.colors.grayScale.gray1));export{i as SidebarEmptyGroupIcon,r as SidebarEmptyGroupStyled,m as SidebarEmptyGroupText};