Skip to content

Commit

Permalink
createchannel text subheading
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher David committed Jun 3, 2023
1 parent 9b76ad2 commit dfa07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/CreateChannelScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const CreateChannelScreen: FC<CreateChannelScreenProps> = observer(
>
{({ handleChange, handleBlur, submitForm, values, setFieldValue }) => (
<View>
<Text text="Create Channel" preset="heading" size="xl" style={$title} />
<Text text="Create Channel" preset="subheading" size="xl" style={$title} />
<TextField
label="Channel name"
style={$input}
Expand Down

0 comments on commit dfa07ad

Please sign in to comment.