feat: Pin to home (#2880)
This commit is contained in:
@@ -26,7 +26,6 @@ const Viewed = styled.span`
|
||||
`;
|
||||
|
||||
const Modified = styled.span<{ highlight?: boolean }>`
|
||||
color: ${(props) => props.theme.textTertiary};
|
||||
font-weight: ${(props) => (props.highlight ? "600" : "400")};
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user