Skip to content

Commit

Permalink
fix: list with variable size container size
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienIzz committed Sep 17, 2024
1 parent b68e7bb commit 073429e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/example/src/modules/program/view/ProgramList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const Container = styled.View<{ isActive: boolean }>(({ isActive, theme }) => ({
padding: theme.spacings.$8,
borderRadius: scaledPixels(20),
overflow: 'hidden',
width: '100%',
}));

const styles = StyleSheet.create({
Expand Down

0 comments on commit 073429e

Please sign in to comment.