for-legacy-web/src/components/ui/LineDivider.tsx

10 lines
206 B
TypeScript

import styled from "styled-components/macro";
export default styled.div`
height: 0;
opacity: 0.6;
flex-shrink: 0;
margin: 8px 15px;
border-top: 1px solid var(--tertiary-foreground);
`;