Skip to content

Commit

Permalink
clean up chat interface a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Jul 21, 2024
1 parent a7940e1 commit 3d25d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
2 changes: 1 addition & 1 deletion src/common-ui/components/prompt-templates/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/copy-paster/components/TemplateList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 3d25d0d

Please sign in to comment.