diff --git a/src/content/users/APITokenDialog.tsx b/src/content/users/APITokenDialog.tsx index c05fab64..ccfceb97 100644 --- a/src/content/users/APITokenDialog.tsx +++ b/src/content/users/APITokenDialog.tsx @@ -71,7 +71,6 @@ const StyledTokenInput = styled(OutlinedInput)({ "& .MuiOutlinedInput-notchedOutline": { borderRadius: "8px", border: "1px solid #6B7294 !important", - } }); @@ -81,7 +80,6 @@ const StyledGenerateButton = styled(Button)({ padding: "12px 7px !important", borderRadius: "8px !important", border: "1px solid #000 !important", - background: "#1D91AB !important", color: "#FFFFFF", textAlign: "center", fontFamily: "'Nunito', 'Rubik', sans-serif !important", @@ -91,9 +89,6 @@ const StyledGenerateButton = styled(Button)({ lineHeight: "24px !important", letterSpacing: "0.32px !important", textTransform: "none !important" as 'none', - "&:hover": { - background: "#1D91AB !important", - }, }); const StyledCopyTokenButton = styled(IconButton)(() => ({ @@ -222,7 +217,7 @@ const APITokenDialog: FC = ({ @@ -236,10 +231,10 @@ const APITokenDialog: FC = ({ > - + API Token - + An API Token is required to utilize the Uploader CLI tool for file uploads.

diff --git a/src/content/users/UploaderToolDialog.tsx b/src/content/users/UploaderToolDialog.tsx index 7f8cd8d4..c5791685 100644 --- a/src/content/users/UploaderToolDialog.tsx +++ b/src/content/users/UploaderToolDialog.tsx @@ -99,6 +99,7 @@ const UploaderToolDialog: FC = ({ onClose?.()} + aria-labelledby="uploader-cli-header" {...rest} > = ({ > - + Uploader CLI Tool - + The Uploader CLI is a command-line interface tool provided for directly uploading data submission files from your workstation to the Data Hub cloud storage. To download the tool and accompanying instructions, click on the Download button below.