fix plus size icon

This commit is contained in:
Jeremy Karlsson 2023-03-02 19:40:46 +01:00
parent e4cdbcc0dc
commit 3fbdaa77f2
No known key found for this signature in database
GPG Key ID: 58E2A72093092D1C
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ export default function Layout() {
{!shouldHideNoteCreator && (
<>
<button className="note-create-button" type="button" onClick={() => setShow(!show)}>
<Icon name="plus" />
<Icon name="plus" size={16} />
</button>
<NoteCreator replyTo={undefined} autoFocus={true} show={show} setShow={setShow} />
</>