styles: change multiple selected notes header font size
This commit is contained in:
@@ -14,7 +14,7 @@ const MultipleSelectedNotes = observer(({ appState }: Props) => {
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-col h-full items-center">
|
<div className="flex flex-col h-full items-center">
|
||||||
<div className="flex items-center justify-between p-4 w-full">
|
<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} />
|
<NotesOptionsPanel appState={appState} />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex-grow flex flex-col justify-center items-center w-full max-w-md">
|
<div className="flex-grow flex flex-col justify-center items-center w-full max-w-md">
|
||||||
|
|||||||
Reference in New Issue
Block a user