Design fixes (#422)

This commit is contained in:
Charles Bochet
2023-06-25 20:02:09 -07:00
committed by GitHub
parent 643d090091
commit 9bd8f6df01
7 changed files with 94 additions and 26 deletions

View File

@ -1,7 +1,7 @@
import styled from '@emotion/styled';
export const DropdownMenuSeparator = styled.div`
background-color: ${(props) => props.theme.mediumBorder};
background-color: ${(props) => props.theme.lightBorder};
height: 1px;
width: 100%;