diff --git a/external/@worldbrain/memex-common b/external/@worldbrain/memex-common index 99cec045ba..63530a2074 160000 --- a/external/@worldbrain/memex-common +++ b/external/@worldbrain/memex-common @@ -1 +1 @@ -Subproject commit 99cec045bad154fce7b5a88210c71b505e607d00 +Subproject commit 63530a2074502f4827a803fbb7564555ba9ea18a diff --git a/src/common-ui/components/prompt-templates/index.tsx b/src/common-ui/components/prompt-templates/index.tsx index 0b38cb89d8..7b9b97d4d0 100644 --- a/src/common-ui/components/prompt-templates/index.tsx +++ b/src/common-ui/components/prompt-templates/index.tsx @@ -444,7 +444,7 @@ const ButtonBox = styled.div` const SectionTitle = styled.div` color: ${(props) => props.theme.colors.white}; - font-size: 16px; + font-size: 14px; font-weight: 600; flex: 1; white-space: nowrap; diff --git a/src/copy-paster/components/TemplateList.tsx b/src/copy-paster/components/TemplateList.tsx index 5ca8c4d516..489e3fb856 100644 --- a/src/copy-paster/components/TemplateList.tsx +++ b/src/copy-paster/components/TemplateList.tsx @@ -12,7 +12,7 @@ import { Droppable, Draggable, OnDragEndResponder, -} from '@hello-pangea/dnd' +} from 'react-beautiful-dnd' import { PrimaryAction } from '@worldbrain/memex-common/lib/common-ui/components/PrimaryAction' import TutorialBox from '@worldbrain/memex-common/lib/common-ui/components/tutorial-box'