Skip to content

Commit 6148d13

Browse files
committed
chore: update align text in stream example
1 parent 7c7a751 commit 6148d13

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)