A few design fixes (#424)
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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%;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user