Skip to content

Commit

Permalink
UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Sep 19, 2023
1 parent bf1629a commit 25dc5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/view/screens/PreferencesHomeFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const PreferencesHomeFeed = observer(function PreferencesHomeFeedImpl({
style={[
styles.btnContainer,
!isTabletOrDesktop && {borderTopWidth: 1, paddingHorizontal: 20},
pal.borderDark,
pal.border,
]}>
<TouchableOpacity
testID="confirmBtn"
Expand Down
7 changes: 3 additions & 4 deletions src/view/screens/PreferencesThreads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const PreferencesThreads = observer(function PreferencesThreadsImpl({
isTabletOrDesktop && {paddingTop: 20, paddingBottom: 20},
]}>
<Text type="xl" style={[pal.textLight, styles.description]}>
Fine-tune the discussion threads you see.
Fine-tune the discussion threads.
</Text>
</View>

Expand All @@ -48,8 +48,7 @@ export const PreferencesThreads = observer(function PreferencesThreadsImpl({
</Text>
<Text style={[pal.text, s.pb10]}>
Replies always show in the order of the conversation, but multiple
replies to the same post can be sorted in different ways. This
setting controls which reply will show up first.
replies to the same post can be sorted in different ways.
</Text>
<View style={[pal.view, {borderRadius: 8, paddingVertical: 6}]}>
<RadioGroup
Expand Down Expand Up @@ -88,7 +87,7 @@ export const PreferencesThreads = observer(function PreferencesThreadsImpl({
style={[
styles.btnContainer,
!isTabletOrDesktop && {borderTopWidth: 1, paddingHorizontal: 20},
pal.borderDark,
pal.border,
]}>
<TouchableOpacity
testID="confirmBtn"
Expand Down

0 comments on commit 25dc5fb

Please sign in to comment.