Fixing error redesign CI
This commit is contained in:
@@ -70,7 +70,7 @@ export const Element = <T extends ElementProps>(props: T) => {
|
||||
</InteractiveBase>
|
||||
{
|
||||
props.type === 'sectionDropdown' && dropdownValue &&
|
||||
<View>
|
||||
<View backgroundColor={'rgba(16,16,20,0.3)'}>
|
||||
{
|
||||
props.data.section.map((value, index) => (
|
||||
<View
|
||||
|
||||
@@ -30,7 +30,7 @@ const ElementList = ({ elements, style }: ElementListProps) => {
|
||||
{elements.map((element, index) => (
|
||||
<Box key={element.title}>
|
||||
<Element {...element} />
|
||||
{index < elements.length - 1 && <Divider />}
|
||||
{index < elements.length - 1 && <Divider bg="transparent" thickness="2"/>}
|
||||
</Box>
|
||||
))}
|
||||
</Column>
|
||||
|
||||
Reference in New Issue
Block a user