styles: change multiple selected notes header font size

This commit is contained in:
Antonella Sgarlatta
2021-05-05 12:03:47 -03:00
parent b496cb1cba
commit d76412df9e

View File

@@ -14,7 +14,7 @@ const MultipleSelectedNotes = observer(({ appState }: Props) => {
return (
<div className="flex flex-col h-full items-center">
<div className="flex items-center justify-between p-4 w-full">
<h1 className="text-3xl m-0">{count} selected notes</h1>
<h1 className="sk-h1 font-semibold m-0">{count} selected notes</h1>
<NotesOptionsPanel appState={appState} />
</div>
<div className="flex-grow flex flex-col justify-center items-center w-full max-w-md">