Skip to content

Commit 24c7cf5

Browse files
update common with latest and fix a bunch of type errors
1 parent 123ffdd commit 24c7cf5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

external/@worldbrain/memex-common

src/custom-lists/ui/page-link-share-menu/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ const TitleSection = styled.div`
499499
`
500500
const Title = styled.div`
501501
font-size: 16px;
502-
color: ${(props) => props.theme.colors.greyScale7};
503-
font-weight: 400;
502+
color: ${(props) => props.theme.colors.greyScale5};
503+
font-weight: 600;
504504
width: 100%;
505505
display: flex;
506506
justify-content: center;

src/sidebar/annotations-sidebar/components/AnnotationsSidebar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,6 @@ export class AnnotationsSidebar extends React.Component<
20312031
renderOptionsContainer={() => this.renderOptionsContainer()}
20322032
setAIModel={this.props.setAIModel}
20332033
createCheckOutLink={this.props.createCheckOutLink}
2034-
authBG={this.props.authBG}
20352034
renderPromptTemplates={() => {
20362035
return (
20372036
<PromptTemplatesComponent

0 commit comments

Comments
 (0)