Design fixes (#422)
This commit is contained in:
@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user