Skip to content

Commit

Permalink
chore: remove top margin from CTA row (#639)
Browse files Browse the repository at this point in the history
Co-authored-by: Hein Jeong <heinje@amazon.com>
  • Loading branch information
hein-j and Hein Jeong authored Sep 12, 2022
1 parent 722951f commit e48f2e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export default function CustomDataForm(props) {
</RadioGroupField>
<Flex
justifyContent=\\"space-between\\"
marginTop=\\"1rem\\"
{...getOverrideProps(overrides, \\"CTAFlex\\")}
>
<Button
Expand Down Expand Up @@ -368,7 +367,6 @@ export default function NestedJson(props) {
></TextField>
<Flex
justifyContent=\\"space-between\\"
marginTop=\\"1rem\\"
{...getOverrideProps(overrides, \\"CTAFlex\\")}
>
<Button
Expand Down Expand Up @@ -531,7 +529,6 @@ export default function CustomWithSectionalElements(props) {
></Divider>
<Flex
justifyContent=\\"space-between\\"
marginTop=\\"1rem\\"
{...getOverrideProps(overrides, \\"CTAFlex\\")}
>
<Button
Expand Down Expand Up @@ -684,7 +681,6 @@ export default function MyPostForm(props) {
>
<Flex
justifyContent=\\"space-between\\"
marginTop=\\"1rem\\"
{...getOverrideProps(overrides, \\"CTAFlex\\")}
>
<Button
Expand Down Expand Up @@ -937,7 +933,6 @@ export default function MyPostForm(props) {
>
<Flex
justifyContent=\\"space-between\\"
marginTop=\\"1rem\\"
{...getOverrideProps(overrides, \\"CTAFlex\\")}
>
<Button
Expand Down Expand Up @@ -1055,7 +1050,6 @@ export default function MyPostForm(props) {
></TextField>
<Flex
justifyContent=\\"space-between\\"
marginTop=\\"1rem\\"
{...getOverrideProps(overrides, \\"CTAFlex\\")}
>
<Button
Expand Down Expand Up @@ -1525,7 +1519,6 @@ export default function InputGalleryCreateForm(props) {
></TextField>
<Flex
justifyContent=\\"space-between\\"
marginTop=\\"1rem\\"
{...getOverrideProps(overrides, \\"CTAFlex\\")}
>
<Button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export const ctaButtonMapper = (formDefinition: FormDefinition): StudioComponent
justifyContent: {
value: 'space-between',
},
marginTop: {
value: '1rem',
},
},
children: [],
};
Expand Down

0 comments on commit e48f2e6

Please sign in to comment.