Skip to content

Commit

Permalink
chore: update align text in stream example
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Nov 21, 2024
1 parent 7c7a751 commit 6148d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const OpenChannelListFragment = createOpenChannelListFragment({
List: (props) => {
const { colors } = useUIKitTheme();
return (
<Box flex={1}>
<Box flex={1} alignItems={'flex-start'}>
<Text body2 color={colors.onBackground02} style={{ paddingHorizontal: 16, paddingTop: 16, paddingBottom: 4 }}>
{'Preset channels developed by UIKit'}
</Text>
Expand Down

0 comments on commit 6148d13

Please sign in to comment.