From 2fa8767f5c64e29ef95ca8bcee8338919286fb8c Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Mon, 14 Jun 2021 17:49:24 -0300 Subject: [PATCH 1/2] styles: make note tags background color transparent --- app/assets/javascripts/components/AutocompleteTagInput.tsx | 2 +- app/assets/javascripts/components/NoteTagsContainer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/components/AutocompleteTagInput.tsx b/app/assets/javascripts/components/AutocompleteTagInput.tsx index e7d242798..41b77280d 100644 --- a/app/assets/javascripts/components/AutocompleteTagInput.tsx +++ b/app/assets/javascripts/components/AutocompleteTagInput.tsx @@ -102,7 +102,7 @@ export const AutocompleteTagInput = observer(({ appState }: Props) => { 0 ? 'w-80' : 'w-70 mr-10'} bg-default text-xs + className={`${tags.length > 0 ? 'w-80' : 'w-70 mr-10'} bg-transparent text-xs color-text no-border h-7 focus:outline-none focus:shadow-none focus:border-bottom`} value={autocompleteSearchQuery} onChange={onSearchQueryChange} diff --git a/app/assets/javascripts/components/NoteTagsContainer.tsx b/app/assets/javascripts/components/NoteTagsContainer.tsx index 8d94cdf42..59baadd52 100644 --- a/app/assets/javascripts/components/NoteTagsContainer.tsx +++ b/app/assets/javascripts/components/NoteTagsContainer.tsx @@ -21,7 +21,7 @@ const NoteTagsContainer = observer(({ appState }: Props) => { return (
Date: Mon, 14 Jun 2021 17:49:44 -0300 Subject: [PATCH 2/2] chore(version): 3.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fae7c363..9cf013364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "standard-notes-web", - "version": "3.8.1", + "version": "3.8.2", "license": "AGPL-3.0-or-later", "repository": { "type": "git",