From ea11599abc7b9ceff5056bea7314b94c0816f03a Mon Sep 17 00:00:00 2001 From: Dylan Jeffers Date: Tue, 26 Mar 2024 17:12:47 -0700 Subject: [PATCH] Fix upload body text (#7956) --- packages/web/src/components/data-entry/ContextualMenu.tsx | 7 +++---- packages/web/src/components/modal-radio/ModalRadioItem.tsx | 2 +- .../web/src/pages/upload-page/components/TracksPreview.tsx | 2 +- .../pages/upload-page/fields/AccessAndSaleMenuFields.tsx | 2 +- .../web/src/pages/upload-page/fields/BoxedTextField.tsx | 2 +- .../src/pages/upload-page/fields/CollectionTrackField.tsx | 2 +- .../web/src/pages/upload-page/fields/ReleaseDateField.tsx | 2 +- .../pages/upload-page/fields/ReleaseDateFieldLegacy.tsx | 2 +- .../fields/download-availability/DownloadAvailability.tsx | 2 +- .../fields/stream-availability/SpecialAccessFields.tsx | 4 ++-- .../web/src/pages/upload-page/forms/EditCollectionForm.tsx | 2 +- 11 files changed, 14 insertions(+), 15 deletions(-) diff --git a/packages/web/src/components/data-entry/ContextualMenu.tsx b/packages/web/src/components/data-entry/ContextualMenu.tsx index 73e9e590aba..a968f1f2a2e 100644 --- a/packages/web/src/components/data-entry/ContextualMenu.tsx +++ b/packages/web/src/components/data-entry/ContextualMenu.tsx @@ -8,9 +8,8 @@ import { ModalTitle, ModalFooter, Box, - Text as HarmonyText, - IconCaretRight, Text, + IconCaretRight, IconComponent, Button } from '@audius/harmony' @@ -91,9 +90,9 @@ const MenuForm = (props: MenuFormProps) => { {errorMessage ? ( - + {errorMessage} - + ) : null}