fix: if multiples notes selected, always select note when clicking on it

This commit is contained in:
Antonella Sgarlatta
2021-05-10 18:29:41 -03:00
parent a1d636a578
commit c2ed6f1913
2 changed files with 25 additions and 36 deletions

View File

@@ -51,7 +51,7 @@ export const NotesOptionsPanel = observer(({ appState }: Props) => {
onBlur={closeOnBlur}
ref={buttonRef}
className={
'bg-transparent border-solid border-1 border-neutral ' +
'sn-button outlined ' +
'cursor-pointer w-32px h-32px rounded-full p-0 ' +
'flex justify-center items-center'
}