Skip to content

Commit

Permalink
fix: Spacing for editor settings headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Apr 3, 2024
1 parent 0cce77e commit 12cd319
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const DataManagerSettings: React.FC = () => {
return (
<Box maxWidth="formWrap" mx="auto">
<EditorRow>
<Typography variant="h2" component="h3">
<Typography variant="h2" component="h3" gutterBottom>
Data Manager
</Typography>
<Typography variant="body1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const DesignSettings: React.FC = () => {
return (
<Box maxWidth="formWrap" mx="auto">
<EditorRow>
<Typography variant="h2" component="h3">
<Typography variant="h2" component="h3" gutterBottom>
Design
</Typography>
<Typography variant="body1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ServiceFlags: React.FC = () => {
return (
<Box maxWidth="formWrap" mx="auto">
<EditorRow>
<Typography variant="h2" component="h3">
<Typography variant="h2" component="h3" gutterBottom>
Service flags
</Typography>
<Typography variant="body1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const ServiceSettings: React.FC = () => {
<Box maxWidth="formWrap" mx="auto">
<form onSubmit={formik.handleSubmit}>
<EditorRow>
<Typography variant="h2" component="h3">
<Typography variant="h2" component="h3" gutterBottom>
Elements
</Typography>
<Typography variant="body1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Submissions: React.FC = () => {
return (
<Box>
<EditorRow>
<Typography variant="h2" component="h3">
<Typography variant="h2" component="h3" gutterBottom>
Submissions
</Typography>
<Typography variant="body1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Team: React.FC = () => {
return (
<Box maxWidth="formWrap" mx="auto">
<EditorRow>
<Typography variant="h2" component="h3">
<Typography variant="h2" component="h3" gutterBottom>
Team
</Typography>
<Typography variant="body1">
Expand All @@ -20,7 +20,7 @@ const Team: React.FC = () => {
</EditorRow>
<hr />
<EditorRow>
<Typography variant="h2" component="h3">
<Typography variant="h2" component="h3" gutterBottom>
Sharing
</Typography>
<Typography variant="body1">
Expand Down

0 comments on commit 12cd319

Please sign in to comment.