Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(herobody): stling
Browse files Browse the repository at this point in the history
seaerchin committed Sep 8, 2023
1 parent 906ee01 commit 2686bb0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/layouts/components/Homepage/HeroBody.tsx
Original file line number Diff line number Diff line change
@@ -292,7 +292,8 @@ const HeroLayoutForm = ({ children }: HeroLayoutFormProps): JSX.Element => {
)

return (
<>
<VStack spacing="1rem" align="flex-start" w="100%">
<Text textStyle="h5">Customise layout</Text>
<FormControl isRequired>
<FormLabel textStyle="subhead-1">Layout</FormLabel>
<SingleSelect
@@ -307,7 +308,7 @@ const HeroLayoutForm = ({ children }: HeroLayoutFormProps): JSX.Element => {
<VStack spacing="1rem" w="100%">
{children({ currentSelectedOption: currentLayout })}
</VStack>
</>
</VStack>
)
}

@@ -393,8 +394,11 @@ export const HeroBody = ({
<Divider my="1.5rem" />
<Editable.Section spacing="0.75rem">
<Box w="100%">
<Text textStyle="h5" mb="1rem">
Customise Layout
<Text textStyle="h5" mb="0.75rem">
Hero Interactions
</Text>
<Text textStyle="subhead-2" mb="0.25rem">
Content type
</Text>
<Radio.RadioGroup
onChange={(nextSectionType: HeroSectionType) => {

0 comments on commit 2686bb0

Please sign in to comment.