Skip to content

Commit

Permalink
fix: center story map title/subtitle placeholders (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Nov 29, 2023
1 parent 81441c2 commit 2c893d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/storyMap/components/StoryMapForm/TitleForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ const TitleForm = props => {
...inputProps,
inputProps: {
'aria-label': t('storyMap.form_title_aria_label'),
sx: {
textAlign: 'center',
},
},
}}
/>
Expand All @@ -132,6 +135,9 @@ const TitleForm = props => {
...inputProps,
inputProps: {
'aria-label': t('storyMap.form_subtitle_aria_label'),
sx: {
textAlign: 'center',
},
},
}}
/>
Expand Down

0 comments on commit 2c893d2

Please sign in to comment.