Skip to content

Commit 58f2d92

Browse files
committed
chore: update align text in stream example
1 parent 5f1befc commit 58f2d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/src/screens/uikit/openChannel/OpenChannelTabs/OpenChannelListLiveStreamsScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const OpenChannelListFragment = createOpenChannelListFragment({
3030
List: (props) => {
3131
const { colors } = useUIKitTheme();
3232
return (
33-
<Box flex={1}>
33+
<Box flex={1} alignItems={'flex-start'}>
3434
<Text body2 color={colors.onBackground02} style={{ paddingHorizontal: 16, paddingTop: 16, paddingBottom: 4 }}>
3535
{'Preset channels developed by UIKit'}
3636
</Text>

0 commit comments

Comments
 (0)