fix: header button border (#887)

This commit is contained in:
Aman Harwara
2022-02-18 20:48:04 +05:30
committed by GitHub
parent 1e80a40a6c
commit 96bfd6efc2
4 changed files with 9 additions and 3 deletions

View File

@@ -28,7 +28,9 @@ export const PinNoteButton: FunctionComponent<Props> = observer(
return (
<button
className={`sn-icon-button ${pinned ? 'toggled' : ''} ${className}`}
className={`sn-icon-button border-contrast ${
pinned ? 'toggled' : ''
} ${className}`}
onClick={togglePinned}
>
<VisuallyHidden>Pin selected notes</VisuallyHidden>