Skip to content

Commit 8f32f84

Browse files
authored
Merge pull request #154 from bamlab/fix/list-variable-size
fix: list with variable size scroll and style
2 parents b68e7bb + e6a3c35 commit 8f32f84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/example/src/modules/program/view/ProgramList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ const Container = styled.View<{ isActive: boolean }>(({ isActive, theme }) => ({
161161
padding: theme.spacings.$8,
162162
borderRadius: scaledPixels(20),
163163
overflow: 'hidden',
164+
width: '100%',
164165
}));
165166

166167
const styles = StyleSheet.create({

0 commit comments

Comments
 (0)