fix plus size icon
This commit is contained in:
parent
e4cdbcc0dc
commit
3fbdaa77f2
@ -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} />
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user