import styled from '@emotion/styled'; import { themeGet } from '@styled-system/theme-get'; const SidebarHeader = styled('div')` position: relative; display: flex; flex-direction: column; flex-shrink: 0; border-bottom: 1px solid ${themeGet('sidebarStyles.borderColor')}; `; export default SidebarHeader;