Skip to content

Commit

Permalink
feature/deseng668: Set image picker back to original design.
Browse files Browse the repository at this point in the history
  • Loading branch information
jareth-whitney committed Sep 4, 2024
1 parent 8569d78 commit 33c3cf2
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,14 @@ const AuthoringBanner = () => {
</Grid>

<Grid sx={{ ...formItemContainerStyles, backgroundColor: colors.surface.blue[10] }} item>
<MetBigLabel style={{ ...metBigLabelStyles, marginBottom: '1rem' }}>
<MetBigLabel style={metBigLabelStyles}>
Hero Image <span style={{ fontWeight: 'normal' }}>(Required)</span>
</MetBigLabel>
<FormDescriptionText style={formDescriptionTextStyles}>
Please ensure you use high quality images that help to communicate the topic of your engagement. You
must ensure that any important subject matter is positioned on the right side.
</FormDescriptionText>
<ImageUpload
helpText="Please select or drag-and-drop a high quality image that communicates the topic of your engagement. You
must ensure that any important subject matter is positioned on the right side."
margin={4}
data-testid="engagement-form/image-upload"
handleAddFile={handleAddBannerImage}
Expand Down

0 comments on commit 33c3cf2

Please sign in to comment.