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

@ -56,7 +56,7 @@ const StyledTooltip = styled(Tooltip)`
box-shadow: 2px 4px 16px 6px
${(props) => props.theme.lightBackgroundTransparent};
color: ${(props) => props.theme.text100};
color: ${(props) => props.theme.text80};
opacity: 1;
padding: 8px;

View File

@ -42,8 +42,6 @@ const StyledThreadItemListContainer = styled.div`
gap: ${(props) => props.theme.spacing(4)};
justify-content: flex-start;
max-height: 400px;
overflow: auto;
width: 100%;
`;