From c48cc9d7bebd80fe440fc0ac645dad370c01212d Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Mon, 3 May 2021 14:53:07 -0300 Subject: [PATCH] styles: adjust spacing --- app/assets/javascripts/components/NotesContextMenu.tsx | 2 +- app/assets/javascripts/components/NotesOptions.tsx | 4 ++-- app/assets/stylesheets/_sn.scss | 10 +++------- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/app/assets/javascripts/components/NotesContextMenu.tsx b/app/assets/javascripts/components/NotesContextMenu.tsx index 5de71067b..da6378c3c 100644 --- a/app/assets/javascripts/components/NotesContextMenu.tsx +++ b/app/assets/javascripts/components/NotesContextMenu.tsx @@ -25,7 +25,7 @@ const NotesContextMenu = observer(({ appState }: Props) => { return appState.notes.contextMenuOpen ? (
(); - const iconClass = 'fill-current color-neutral mr-2.5'; + const iconClass = 'fill-current color-neutral mr-2'; const buttonClass = 'flex items-center border-0 capitalize focus:inner-ring-info ' + 'cursor-pointer hover:bg-contrast color-text bg-transparent h-10 px-3 ' + @@ -64,7 +64,7 @@ export const NotesOptions = observer( Show Preview -
+