Port over more UI elements.

This commit is contained in:
Paul
2021-06-18 14:20:57 +01:00
parent 7eee2cd7c6
commit 9ac2316ed0
11 changed files with 352 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
import styled from 'styled-components';
export const LineDivider = styled.div`
height: 0px;
opacity: 0.6;
flex-shrink: 0;
margin: 8px 10px;
border-top: 1px solid var(--tertiary-foreground);
`;