Skip to content

Commit

Permalink
style: changed instruct settings style for new checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Nov 17, 2024
1 parent 958ec9c commit cdd6657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Instruct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const Instruct = () => {
/>*/}
</View>

<View style={{ flexDirection: 'row', columnGap: 32, marginBottom: 36 }}>
<View style={{ flexDirection: 'row', columnGap: 16, marginBottom: 16 }}>
<View>
<CheckboxTitle
name="Wrap In Newline"
Expand Down

0 comments on commit cdd6657

Please sign in to comment.