We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b68e7bb + e6a3c35 commit 8f32f84Copy full SHA for 8f32f84
1 file changed
packages/example/src/modules/program/view/ProgramList.tsx
@@ -161,6 +161,7 @@ const Container = styled.View<{ isActive: boolean }>(({ isActive, theme }) => ({
161
padding: theme.spacings.$8,
162
borderRadius: scaledPixels(20),
163
overflow: 'hidden',
164
+ width: '100%',
165
}));
166
167
const styles = StyleSheet.create({
0 commit comments