import styled from '@emotion/styled'; export const HorizontalLine = styled('div')` width: 100%; border: 0.5px solid ${({ theme }) => theme.colors.white800}; `;