Skip to content

Commit

Permalink
fix(suite-native): accordion icon handler (#12548)
Browse files Browse the repository at this point in the history
  • Loading branch information
juriczech authored May 24, 2024
1 parent af66222 commit 45e4505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suite-native/atoms/src/Accordion/AccordionItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const contentWrapperStyle = prepareNativeStyle(() => ({
position: 'absolute',
left: 0,
top: 0,
maxWidth: '100%',
}));

const contentStyle = prepareNativeStyle(utils => ({
Expand Down Expand Up @@ -66,6 +67,7 @@ export const AccordionItem = ({ title, content }: AccordionItemProps) => {
iconName="chevronRight"
colorScheme="tertiaryElevation0"
size="small"
onPress={toggleIsOpen}
/>
</Animated.View>
</Box>
Expand Down

0 comments on commit 45e4505

Please sign in to comment.