@bothub-chat/ui
Version:
Bothub UI Components
4 lines (3 loc) • 514 B
JavaScript
import{styled as t,css as o}from"styled-components";import{Button as e}from"../../button/index.js";import{adaptive as i}from"../../../adaptive/index.js";const r=t(e).attrs({variant:"text",disableHoverColor:!0}).withConfig({displayName:"styled__SidebarToggleButtonStyled",componentId:"sc-144nmig-0"})(["&:hover{svg path{stroke:"," !important;}}",""],({theme:t})=>"light"===t.mode?t.default.colors.accent.primary:t.colors.base.white,i({mobile:o`
display: none;
`}));export{r as SidebarToggleButtonStyled};