diff --git a/src/components/templates/transform-hw/pages/BusinessCardSubmitEmail.tsx b/src/components/templates/transform-hw/pages/BusinessCardSubmitEmail.tsx index a947fe16..2c802a25 100644 --- a/src/components/templates/transform-hw/pages/BusinessCardSubmitEmail.tsx +++ b/src/components/templates/transform-hw/pages/BusinessCardSubmitEmail.tsx @@ -14,7 +14,7 @@ import PageContext from "../../../page-context/PageContext"; const useStyles = makeStyles((theme: Theme) => ({ endAdornedInput: { "& .MuiFilledInput-adornedEnd": { - border: "1px solid red", + border: `1px solid ${theme.palette.primary.main}`, // marginRight: '-12px', borderTopRightRadius: theme.shape.borderRadius, borderBottomRightRadius: theme.shape.borderRadius, @@ -144,7 +144,7 @@ const BusinessCardSubmitEmail: FunctionComponent = (props: Su {getHelperText()} - }>Download PDF + }>Download PDF ) }