A few design fixes (#424)

This commit is contained in:
Charles Bochet
2023-06-25 19:28:02 -07:00
committed by GitHub
parent f0bbfb11ee
commit 643d090091
4 changed files with 4 additions and 6 deletions

View File

@ -30,7 +30,7 @@ const AddButtonContainer = styled.div`
align-items: center;
border: 1px solid ${(props) => props.theme.primaryBorder};
border-radius: 4px;
color: ${(props) => props.theme.text80};
color: ${(props) => props.theme.text40};
cursor: pointer;
display: flex;
flex-shrink: 0;